You are not logged in.

#1 2017-04-13 14:07:55

darius.V
Member
Registered: 2017-02-03
Posts: 18

[solved] Arch linux black screen on boot (After upgrade)

Hello the company ,)

I have a little problem, my system boot but the screen stay black. In first time I have think It's a problem with the login manager (lxdm). But I have remove this and install lightdm but the problem stay the same. I have also execute the following command:

$ startx 

The system launch the GUI but the screen stay black and if I try to execute the following command

$ mate-session
Unable to init server: Could not connect: Connection refused
... 

Now I think the problem is Xorg but I don't know how I can fix my problem.
Thanks for your help and sorry for me english ,)

For  information I use :
Xorg = 1.19.3
lightdm = 1.22.0
mate-session = 1.18.0

LOGS:

$ /var/log/Xorg.0.log | grep -iE 'failed|warning'
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    30.146] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    30.222] (WW) Warning, couldn't open module nouveau
[    30.222] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    30.222] (WW) Warning, couldn't open module nv
[    30.222] (EE) Failed to load module "nv" (module does not exist, 0)
[    30.223] (WW) Warning, couldn't open module intel
[    30.223] (EE) Failed to load module "intel" (module does not exist, 0)
[    30.224] (WW) Warning, couldn't open module fbdev
[    30.224] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    30.224] (WW) Warning, couldn't open module vesa
[    30.224] (EE) Failed to load module "vesa" (module does not exist, 0)
[    30.833] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
$ cat /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.22.0, UID=0 PID=655
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Registered seat module unity
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+1.02s] DEBUG: Monitoring logind for seats
[+1.02s] DEBUG: New seat added from logind: seat0
[+1.02s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+1.02s] DEBUG: Seat seat0: Starting
[+1.02s] DEBUG: Seat seat0: Creating greeter session
[+1.02s] DEBUG: Seat seat0: Creating display server of type x
[+1.02s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory)
[+1.02s] DEBUG: Using VT 7
[+1.02s] DEBUG: Seat seat0: Starting local X display on VT 7
[+1.02s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+1.02s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+1.02s] DEBUG: XServer 0: Launching X Server
[+1.02s] DEBUG: Launching process 680: /usr/sbin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+1.02s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+1.02s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+1.02s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+1.02s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+1.02s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+1.03s] DEBUG: User captain added
[+1.03s] DEBUG: User station added
[+1.03s] DEBUG: User test added
[+2.77s] DEBUG: Got signal 10 from process 680
[+2.77s] DEBUG: XServer 0: Got signal from X server :0
[+2.77s] DEBUG: XServer 0: Connecting to XServer :0
[+2.77s] CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[+2.77s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+2.77s] DEBUG: Session pid=696: Started with service 'lightdm-greeter', username 'lightdm'
[+2.78s] DEBUG: Session pid=696: Authentication complete with return value 0: Success
[+2.78s] DEBUG: Seat seat0: Session authenticated, running command
[+2.78s] DEBUG: Session pid=696: Running command /usr/sbin/lightdm-gtk-greeter
[+2.78s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+2.79s] DEBUG: Session pid=696: Logging to /var/log/lightdm/seat0-greeter.log
[+2.83s] DEBUG: Activating VT 7
[+2.83s] DEBUG: Activating login1 session c1
[+3.00s] DEBUG: Greeter connected version=1.22.0 api=1 resettable=false
[+3.12s] DEBUG: Greeter start authentication for captain
[+3.12s] DEBUG: Session pid=739: Started with service 'lightdm', username 'captain'
[+3.12s] DEBUG: Session pid=739: Got 1 message(s) from PAM
[+3.12s] DEBUG: Prompt greeter with 1 message(s)
[+78.29s] DEBUG: Seat seat0 changes active session to 
[+493.51s] DEBUG: Seat seat0 changes active session to 
[+959.38s] DEBUG: Seat seat0 changes active session to 
[+1626.71s] DEBUG: Seat seat0 changes active session to c3
[+1635.40s] DEBUG: Seat seat0 changes active session to c4

Last edited by darius.V (2017-04-20 15:28:30)

Offline

#2 2017-04-13 14:13:28

piratebill
Member
From: Sol System
Registered: 2011-10-20
Posts: 133

Re: [solved] Arch linux black screen on boot (After upgrade)

What graphics card are you running?

Offline

#3 2017-04-13 14:23:34

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [solved] Arch linux black screen on boot (After upgrade)

Offline

#4 2017-04-13 16:23:54

darius.V
Member
Registered: 2017-02-03
Posts: 18

Re: [solved] Arch linux black screen on boot (After upgrade)

Thanks for your reply. I have post also output of dmesg if that can help.

$ lspci -vnn | grep -i graphic -A10
00:02.0 VGA compatible controller [0300]: Intel Corporation Crystal Well Integrated Graphics Controller [8086:0d26] (rev 08) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1a8d]
	Flags: bus master, fast devsel, latency 0, IRQ 38
	Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at f000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915
 $ mate-session
Unable to init server: Could not connect: Connection refused
mate-session[3021]: Gdk-CRITICAL: gdk_display_get_name: assertion 'GDK_IS_DISPLAY (display)' failed
mate-session[3021]: GLib-CRITICAL: g_setenv: assertion 'value != NULL' failed
 $ sudo cat /var/log/Xorg.0.log
[    30.118] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    30.118] X Protocol Version 11, Revision 0
[    30.118] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[    30.118] Current Operating System: Linux Arch 4.10.9-1-ARCH #1 SMP PREEMPT Sat Apr 8 12:39:59 CEST 2017 x86_64
[    30.118] Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=44dad311-65cf-49f9-a53b-71ab54303123:volume root=/dev/mapper/volume-lv_racineArch quiet rw
[    30.118] Build Date: 07 April 2017  05:42:48PM
[    30.118]  
[    30.118] Current version of pixman: 0.34.0
[    30.118] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    30.118] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    30.118] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 13 10:06:07 2017
[    30.120] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    30.120] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    30.121] (==) No Layout section.  Using the first Screen section.
[    30.121] (==) No screen section available. Using defaults.
[    30.121] (**) |-->Screen "Default Screen Section" (0)
[    30.121] (**) |   |-->Monitor "<default monitor>"
[    30.122] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    30.122] (==) Automatically adding devices
[    30.122] (==) Automatically enabling devices
[    30.122] (==) Automatically adding GPU devices
[    30.122] (==) Automatically binding GPU devices
[    30.122] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    30.126] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    30.126] 	Entry deleted from font path.
[    30.126] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    30.126] 	Entry deleted from font path.
[    30.126] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    30.126] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    30.126] 	Entry deleted from font path.
[    30.126] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    30.126] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    30.126] (==) ModulePath set to "/usr/lib/xorg/modules"
[    30.126] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    30.126] (II) Loader magic: 0x822d60
[    30.126] (II) Module ABI versions:
[    30.126] 	X.Org ANSI C Emulation: 0.4
[    30.126] 	X.Org Video Driver: 23.0
[    30.126] 	X.Org XInput driver : 24.1
[    30.126] 	X.Org Server Extension : 10.0
[    30.127] (++) using VT number 7

[    30.127] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    30.128] (II) xfree86: Adding drm device (/dev/dri/card1)
[    30.128] (II) xfree86: Adding drm device (/dev/dri/card0)
[    30.145] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    30.145] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    30.146] (--) PCI: (0:0:2:0) 8086:0d26:1043:1a8d rev 8, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    30.146] (--) PCI:*(0:1:0:0) 10de:139a:1043:1a8d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    30.146] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    30.147] (II) LoadModule: "glx"
[    30.147] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    30.210] (II) Module glx: vendor="NVIDIA Corporation"
[    30.210] 	compiled for 4.0.2, module version = 1.0.0
[    30.210] 	Module class: X.Org Server Extension
[    30.210] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[    30.211] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    30.211] 	loading driver: nvidia
[    30.211] (II) Applying OutputClass "intel" to /dev/dri/card0
[    30.211] 	loading driver: modesetting
[    30.211] (==) Matched nvidia as autoconfigured driver 0
[    30.211] (==) Matched nouveau as autoconfigured driver 1
[    30.211] (==) Matched nv as autoconfigured driver 2
[    30.211] (==) Matched modesetting as autoconfigured driver 3
[    30.211] (==) Matched intel as autoconfigured driver 4
[    30.211] (==) Matched nouveau as autoconfigured driver 5
[    30.211] (==) Matched nv as autoconfigured driver 6
[    30.211] (==) Matched modesetting as autoconfigured driver 7
[    30.211] (==) Matched fbdev as autoconfigured driver 8
[    30.211] (==) Matched vesa as autoconfigured driver 9
[    30.211] (==) Assigned the driver to the xf86ConfigLayout
[    30.211] (II) LoadModule: "nvidia"
[    30.212] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    30.220] (II) Module nvidia: vendor="NVIDIA Corporation"
[    30.220] 	compiled for 4.0.2, module version = 1.0.0
[    30.220] 	Module class: X.Org Video Driver
[    30.221] (II) LoadModule: "nouveau"
[    30.222] (WW) Warning, couldn't open module nouveau
[    30.222] (II) UnloadModule: "nouveau"
[    30.222] (II) Unloading nouveau
[    30.222] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    30.222] (II) LoadModule: "nv"
[    30.222] (WW) Warning, couldn't open module nv
[    30.222] (II) UnloadModule: "nv"
[    30.222] (II) Unloading nv
[    30.222] (EE) Failed to load module "nv" (module does not exist, 0)
[    30.222] (II) LoadModule: "modesetting"
[    30.222] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    30.223] (II) Module modesetting: vendor="X.Org Foundation"
[    30.223] 	compiled for 1.19.3, module version = 1.19.3
[    30.223] 	Module class: X.Org Video Driver
[    30.223] 	ABI class: X.Org Video Driver, version 23.0
[    30.223] (II) LoadModule: "intel"
[    30.223] (WW) Warning, couldn't open module intel
[    30.223] (II) UnloadModule: "intel"
[    30.223] (II) Unloading intel
[    30.223] (EE) Failed to load module "intel" (module does not exist, 0)
[    30.223] (II) LoadModule: "fbdev"
[    30.224] (WW) Warning, couldn't open module fbdev
[    30.224] (II) UnloadModule: "fbdev"
[    30.224] (II) Unloading fbdev
[    30.224] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    30.224] (II) LoadModule: "vesa"
[    30.224] (WW) Warning, couldn't open module vesa
[    30.224] (II) UnloadModule: "vesa"
[    30.224] (II) Unloading vesa
[    30.224] (EE) Failed to load module "vesa" (module does not exist, 0)
[    30.224] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[    30.224] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    30.224] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    30.235] (II) Loading sub module "fb"
[    30.235] (II) LoadModule: "fb"
[    30.235] (II) Loading /usr/lib/xorg/modules/libfb.so
[    30.237] (II) Module fb: vendor="X.Org Foundation"
[    30.237] 	compiled for 1.19.3, module version = 1.0.0
[    30.237] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.237] (II) Loading sub module "wfb"
[    30.237] (II) LoadModule: "wfb"
[    30.237] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    30.238] (II) Module wfb: vendor="X.Org Foundation"
[    30.238] 	compiled for 1.19.3, module version = 1.0.0
[    30.238] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.238] (II) Loading sub module "ramdac"
[    30.238] (II) LoadModule: "ramdac"
[    30.238] (II) Module "ramdac" already built-in
[    30.240] (WW) Falling back to old probe method for modesetting
[    30.276] (II) modeset(G0): using drv /dev/dri/card0
[    30.276] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    30.277] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    30.277] (==) NVIDIA(0): RGB weight 888
[    30.277] (==) NVIDIA(0): Default visual is TrueColor
[    30.277] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    30.277] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    30.277] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    30.278] (**) NVIDIA(0): Enabling 2D acceleration
[    30.630] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 950M (GM107-A) at PCI:1:0:0 (GPU-0)
[    30.630] (--) NVIDIA(0): Memory: 2097152 kBytes
[    30.630] (--) NVIDIA(0): VideoBIOS: 82.07.7d.00.05
[    30.630] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    30.630] (II) NVIDIA(0): Validated MetaModes:
[    30.630] (II) NVIDIA(0):     "NULL"
[    30.630] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    30.630] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    30.630] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    30.630] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    30.630] (==) modeset(G0): RGB weight 888
[    30.630] (==) modeset(G0): Default visual is TrueColor
[    30.630] (II) Loading sub module "glamoregl"
[    30.630] (II) LoadModule: "glamoregl"
[    30.630] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    30.639] (II) Module glamoregl: vendor="X.Org Foundation"
[    30.639] 	compiled for 1.19.3, module version = 1.0.0
[    30.639] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.639] (II) glamor: OpenGL accelerated X.org driver based.
[    30.689] (II) glamor: EGL version 1.4 (DRI2):
[    30.709] (II) modeset(G0): glamor initialized
[    30.710] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    30.714] (II) modeset(G0): Output VGA-1-1 has no monitor section
[    30.722] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    30.723] (II) modeset(G0): EDID for output eDP-1-1
[    30.723] (II) modeset(G0): Manufacturer: AUO  Model: 36ed  Serial#: 0
[    30.723] (II) modeset(G0): Year: 2013  Week: 0
[    30.723] (II) modeset(G0): EDID Version: 1.4
[    30.723] (II) modeset(G0): Digital Display Input
[    30.723] (II) modeset(G0): 6 bits per channel
[    30.723] (II) modeset(G0): Digital interface is DisplayPort
[    30.723] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    30.723] (II) modeset(G0): Gamma: 2.20
[    30.723] (II) modeset(G0): No DPMS capabilities specified
[    30.723] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    30.723] (II) modeset(G0): First detailed timing is preferred mode
[    30.723] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    30.723] (II) modeset(G0): redX: 0.620 redY: 0.349   greenX: 0.324 greenY: 0.606
[    30.723] (II) modeset(G0): blueX: 0.152 blueY: 0.118   whiteX: 0.313 whiteY: 0.329
[    30.723] (II) modeset(G0): Manufacturer's mask: 0
[    30.723] (II) modeset(G0): Supported detailed timing:
[    30.723] (II) modeset(G0): clock: 142.0 MHz   Image Size:  344 x 193 mm
[    30.723] (II) modeset(G0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[    30.723] (II) modeset(G0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[    30.723] (II) modeset(G0): Unknown vendor-specific block f
[    30.723] (II) modeset(G0):  AUO
[    30.723] (II) modeset(G0):  B156HTN03.6
[    30.723] (II) modeset(G0): EDID (in hex):
[    30.723] (II) modeset(G0): 	00ffffffffffff0006afed3600000000
[    30.723] (II) modeset(G0): 	001701049522137802d1159e59539b27
[    30.723] (II) modeset(G0): 	1e505400000001010101010101010101
[    30.723] (II) modeset(G0): 	010101010101783780b470382e406c30
[    30.723] (II) modeset(G0): 	aa0058c1100000180000000f00000000
[    30.723] (II) modeset(G0): 	00000000000000000020000000fe0041
[    30.723] (II) modeset(G0): 	554f0a202020202020202020000000fe
[    30.723] (II) modeset(G0): 	004231353648544e30332e36200a0097
[    30.723] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    30.723] (II) modeset(G0): Modeline "1920x1080"x60.1  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    30.723] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    30.723] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    30.723] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    30.723] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    30.723] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    30.723] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    30.723] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    30.723] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    30.723] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    30.723] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    30.723] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    30.723] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    30.723] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    30.723] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    30.723] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    30.723] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    30.723] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    30.723] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    30.723] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    30.728] (II) modeset(G0): EDID for output VGA-1-1
[    30.737] (II) modeset(G0): EDID for output HDMI-1-1
[    30.737] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    30.737] (==) modeset(G0): DPI set to (96, 96)
[    30.737] (II) Loading sub module "fb"
[    30.737] (II) LoadModule: "fb"
[    30.737] (II) Loading /usr/lib/xorg/modules/libfb.so
[    30.737] (II) Module fb: vendor="X.Org Foundation"
[    30.737] 	compiled for 1.19.3, module version = 1.0.0
[    30.737] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.737] (--) Depth 24 pixmap format is 32 bpp
[    30.815] (==) modeset(G0): Backing store enabled
[    30.815] (==) modeset(G0): Silken mouse enabled
[    30.815] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    30.816] (==) modeset(G0): DPMS enabled
[    30.816] (II) modeset(G0): [DRI2] Setup complete
[    30.816] (II) modeset(G0): [DRI2]   DRI driver: i965
[    30.816] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    30.816] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    30.816] (II) NVIDIA:     access.
[    30.833] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    30.833] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    30.833] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    30.833] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    30.833] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    30.833] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    30.833] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    30.833] (II) NVIDIA(0):     Config Options in the README.
[    30.879] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    30.879] (II) NVIDIA(0): Setting mode "NULL"
[    30.884] (==) NVIDIA(0): Disabling shared memory pixmaps
[    30.884] (==) NVIDIA(0): Backing store enabled
[    30.884] (==) NVIDIA(0): Silken mouse enabled
[    30.884] (==) NVIDIA(0): DPMS enabled
[    30.885] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    30.885] (II) Loading sub module "dri2"
[    30.885] (II) LoadModule: "dri2"
[    30.885] (II) Module "dri2" already built-in
[    30.885] (II) NVIDIA(0): [DRI2] Setup complete
[    30.885] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    30.885] (--) RandR disabled
[    30.888] (II) Initializing extension GLX
[    30.888] (II) Indirect GLX disabled.
[    31.168] (II) modeset(G0): Damage tracking initialized
[    31.261] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    31.261] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    31.261] (**) Power Button: Applying InputClass "system-keyboard"
[    31.261] (II) LoadModule: "libinput"
[    31.261] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    31.266] (II) Module libinput: vendor="X.Org Foundation"
[    31.266] 	compiled for 1.19.2, module version = 0.25.0
[    31.266] 	Module class: X.Org XInput Driver
[    31.266] 	ABI class: X.Org XInput driver, version 24.1
[    31.266] (II) Using input driver 'libinput' for 'Power Button'
[    31.266] (**) Power Button: always reports core events
[    31.266] (**) Option "Device" "/dev/input/event6"
[    31.266] (**) Option "_source" "server/udev"
[    31.266] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    31.266] (II) event6  - (II) Power Button: (II) device is a keyboard
[    31.266] (II) event6  - (II) Power Button: (II) device removed
[    31.286] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event6"
[    31.286] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    31.286] (**) Option "xkb_model" "pc105"
[    31.287] (**) Option "xkb_layout" "us,fr"
[    31.287] (**) Option "xkb_variant" ","
[    31.287] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.312] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    31.312] (II) event6  - (II) Power Button: (II) device is a keyboard
[    31.312] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event7)
[    31.312] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    31.312] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    31.312] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    31.312] (**) Asus Wireless Radio Control: always reports core events
[    31.312] (**) Option "Device" "/dev/input/event7"
[    31.312] (**) Option "_source" "server/udev"
[    31.312] (II) event7  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[    31.312] (II) event7  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[    31.312] (II) event7  - (II) Asus Wireless Radio Control: (II) device removed
[    31.336] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11/event7"
[    31.336] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    31.336] (**) Option "xkb_model" "pc105"
[    31.336] (**) Option "xkb_layout" "us,fr"
[    31.336] (**) Option "xkb_variant" ","
[    31.336] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.337] (II) event7  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[    31.337] (II) event7  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[    31.338] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[    31.338] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    31.338] (**) Video Bus: Applying InputClass "system-keyboard"
[    31.338] (II) Using input driver 'libinput' for 'Video Bus'
[    31.338] (**) Video Bus: always reports core events
[    31.338] (**) Option "Device" "/dev/input/event15"
[    31.338] (**) Option "_source" "server/udev"
[    31.338] (II) event15 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    31.338] (II) event15 - (II) Video Bus: (II) device is a keyboard
[    31.338] (II) event15 - (II) Video Bus: (II) device removed
[    31.356] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input23/event15"
[    31.356] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    31.356] (**) Option "xkb_model" "pc105"
[    31.356] (**) Option "xkb_layout" "us,fr"
[    31.356] (**) Option "xkb_variant" ","
[    31.356] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.357] (II) event15 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    31.357] (II) event15 - (II) Video Bus: (II) device is a keyboard
[    31.358] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[    31.358] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    31.358] (**) Video Bus: Applying InputClass "system-keyboard"
[    31.358] (II) Using input driver 'libinput' for 'Video Bus'
[    31.358] (**) Video Bus: always reports core events
[    31.358] (**) Option "Device" "/dev/input/event14"
[    31.358] (**) Option "_source" "server/udev"
[    31.358] (II) event14 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    31.358] (II) event14 - (II) Video Bus: (II) device is a keyboard
[    31.358] (II) event14 - (II) Video Bus: (II) device removed
[    31.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f/LNXVIDEO:00/input/input22/event14"
[    31.376] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    31.376] (**) Option "xkb_model" "pc105"
[    31.376] (**) Option "xkb_layout" "us,fr"
[    31.376] (**) Option "xkb_variant" ","
[    31.376] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.377] (II) event14 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    31.377] (II) event14 - (II) Video Bus: (II) device is a keyboard
[    31.378] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    31.378] (II) No input driver specified, ignoring this device.
[    31.378] (II) This device may have been added with another device file.
[    31.378] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    31.378] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    31.378] (**) Sleep Button: Applying InputClass "system-keyboard"
[    31.378] (II) Using input driver 'libinput' for 'Sleep Button'
[    31.378] (**) Sleep Button: always reports core events
[    31.378] (**) Option "Device" "/dev/input/event5"
[    31.378] (**) Option "_source" "server/udev"
[    31.378] (II) event5  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    31.378] (II) event5  - (II) Sleep Button: (II) device is a keyboard
[    31.378] (II) event5  - (II) Sleep Button: (II) device removed
[    31.396] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event5"
[    31.396] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    31.396] (**) Option "xkb_model" "pc105"
[    31.396] (**) Option "xkb_layout" "us,fr"
[    31.396] (**) Option "xkb_variant" ","
[    31.396] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.397] (II) event5  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    31.397] (II) event5  - (II) Sleep Button: (II) device is a keyboard
[    31.398] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event16)
[    31.398] (II) No input driver specified, ignoring this device.
[    31.398] (II) This device may have been added with another device file.
[    31.398] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event17)
[    31.398] (II) No input driver specified, ignoring this device.
[    31.398] (II) This device may have been added with another device file.
[    31.399] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event1)
[    31.399] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    31.399] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    31.399] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    31.399] (**) SEM USB Keyboard: always reports core events
[    31.399] (**) Option "Device" "/dev/input/event1"
[    31.399] (**) Option "_source" "server/udev"
[    31.399] (II) event1  - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    31.399] (II) event1  - (II) SEM USB Keyboard: (II) device is a keyboard
[    31.400] (II) event1  - (II) SEM USB Keyboard: (II) device removed
[    31.456] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.0/0003:1A2C:0E24.0001/input/input5/event1"
[    31.456] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 11)
[    31.456] (**) Option "xkb_model" "pc105"
[    31.456] (**) Option "xkb_layout" "us,fr"
[    31.456] (**) Option "xkb_variant" ","
[    31.456] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.457] (II) event1  - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    31.457] (II) event1  - (II) SEM USB Keyboard: (II) device is a keyboard
[    31.458] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event2)
[    31.458] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    31.458] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    31.458] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    31.458] (**) SEM USB Keyboard: always reports core events
[    31.458] (**) Option "Device" "/dev/input/event2"
[    31.458] (**) Option "_source" "server/udev"
[    31.459] (II) event2  - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    31.459] (II) event2  - (II) SEM USB Keyboard: (II) device is a keyboard
[    31.459] (II) event2  - (II) SEM USB Keyboard: (II) device removed
[    31.506] (II) libinput: SEM USB Keyboard: needs a virtual subdevice
[    31.506] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.1/0003:1A2C:0E24.0002/input/input6/event2"
[    31.506] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: MOUSE, id 12)
[    31.507] (**) Option "AccelerationScheme" "none"
[    31.507] (**) SEM USB Keyboard: (accel) selected scheme none/0
[    31.507] (**) SEM USB Keyboard: (accel) acceleration factor: 2.000
[    31.507] (**) SEM USB Keyboard: (accel) acceleration threshold: 4
[    31.507] (II) event2  - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    31.507] (II) event2  - (II) SEM USB Keyboard: (II) device is a keyboard
[    31.508] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event3)
[    31.508] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[    31.508] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[    31.508] (**) SEMICCHIP Usb Mouse: always reports core events
[    31.508] (**) Option "Device" "/dev/input/event3"
[    31.508] (**) Option "_source" "server/udev"
[    31.563] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[    31.563] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[    31.563] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device removed
[    31.600] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0003/input/input7/event3"
[    31.600] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 13)
[    31.600] (**) Option "AccelerationScheme" "none"
[    31.600] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[    31.600] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[    31.600] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[    31.657] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[    31.657] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[    31.658] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[    31.658] (II) No input driver specified, ignoring this device.
[    31.658] (II) This device may have been added with another device file.
[    31.658] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event13)
[    31.658] (**) USB2.0 UVC HD Webcam: Applying InputClass "libinput keyboard catchall"
[    31.658] (**) USB2.0 UVC HD Webcam: Applying InputClass "system-keyboard"
[    31.658] (II) Using input driver 'libinput' for 'USB2.0 UVC HD Webcam'
[    31.658] (**) USB2.0 UVC HD Webcam: always reports core events
[    31.659] (**) Option "Device" "/dev/input/event13"
[    31.659] (**) Option "_source" "server/udev"
[    31.659] (II) event13 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[    31.659] (II) event13 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[    31.659] (II) event13 - (II) USB2.0 UVC HD Webcam: (II) device removed
[    31.693] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input21/event13"
[    31.693] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 14)
[    31.693] (**) Option "xkb_model" "pc105"
[    31.693] (**) Option "xkb_layout" "us,fr"
[    31.693] (**) Option "xkb_variant" ","
[    31.693] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.694] (II) event13 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[    31.694] (II) event13 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[    31.695] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    31.695] (II) No input driver specified, ignoring this device.
[    31.695] (II) This device may have been added with another device file.
[    31.695] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    31.695] (II) No input driver specified, ignoring this device.
[    31.695] (II) This device may have been added with another device file.
[    31.695] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    31.695] (II) No input driver specified, ignoring this device.
[    31.695] (II) This device may have been added with another device file.
[    31.696] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event12)
[    31.696] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    31.696] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    31.696] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    31.696] (**) Asus WMI hotkeys: always reports core events
[    31.696] (**) Option "Device" "/dev/input/event12"
[    31.696] (**) Option "_source" "server/udev"
[    31.696] (II) event12 - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[    31.697] (II) event12 - (II) Asus WMI hotkeys: (II) device is a keyboard
[    31.697] (II) event12 - (II) Asus WMI hotkeys: (II) device removed
[    31.713] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input20/event12"
[    31.713] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[    31.713] (**) Option "xkb_model" "pc105"
[    31.713] (**) Option "xkb_layout" "us,fr"
[    31.713] (**) Option "xkb_variant" ","
[    31.713] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.714] (II) event12 - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[    31.714] (II) event12 - (II) Asus WMI hotkeys: (II) device is a keyboard
[    31.715] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    31.715] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    31.715] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    31.715] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    31.715] (**) AT Translated Set 2 keyboard: always reports core events
[    31.715] (**) Option "Device" "/dev/input/event0"
[    31.715] (**) Option "_source" "server/udev"
[    31.715] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    31.715] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    31.715] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    31.763] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    31.763] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[    31.763] (**) Option "xkb_model" "pc105"
[    31.763] (**) Option "xkb_layout" "us,fr"
[    31.763] (**) Option "xkb_variant" ","
[    31.763] (**) Option "xkb_options" "grp:alt_shift_toggle"
[    31.764] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    31.764] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    31.765] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event18)
[    31.765] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[    31.765] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[    31.765] (**) ETPS/2 Elantech Touchpad: always reports core events
[    31.765] (**) Option "Device" "/dev/input/event18"
[    31.765] (**) Option "_source" "server/udev"
[    31.765] (II) event18 - (II) ETPS/2 Elantech Touchpad: (II) is tagged by udev as: Touchpad
[    31.765] (II) event18 - (II) ETPS/2 Elantech Touchpad: (II) device is a atouchpad
[    31.765] (II) event18 - (II) ETPS/2 Elantech Touchpad: (II) device removed
[    31.803] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input19/event18"
[    31.803] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[    31.804] (**) Option "AccelerationScheme" "none"
[    31.804] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[    31.804] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    31.804] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    31.804] (II) event18 - (II) ETPS/2 Elantech Touchpad: (II) is tagged by udev as: Touchpad
[    31.804] (II) event18 - (II) ETPS/2 Elantech Touchpad: (II) device is a atouchpad
[    31.805] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    31.805] (II) No input driver specified, ignoring this device.
[    31.805] (II) This device may have been added with another device file.
[    31.805] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    31.805] (II) No input driver specified, ignoring this device.
[    31.805] (II) This device may have been added with another device file.
[    31.809] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    31.809] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    31.809] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    31.809] (**) SEM USB Keyboard: always reports core events
[    31.809] (**) Option "Device" "/dev/input/event2"
[    31.809] (**) Option "_source" "_driver/libinput"
[    31.809] (II) libinput: SEM USB Keyboard: is a virtual subdevice
[    31.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.1/0003:1A2C:0E24.0002/input/input6/event2"
[    31.809] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 18)
[    31.809] (**) Option "xkb_model" "pc105"
[    31.809] (**) Option "xkb_layout" "us,fr"
[    31.809] (**) Option "xkb_variant" ","
[    31.809] (**) Option "xkb_options" "grp:alt_shift_toggle"
[   106.946] (II) event6  - (II) Power Button: (II) device removed
[   106.966] (II) event7  - (II) Asus Wireless Radio Control: (II) device removed
[   106.986] (II) event15 - (II) Video Bus: (II) device removed
[   107.006] (II) event14 - (II) Video Bus: (II) device removed
[   107.026] (II) event5  - (II) Sleep Button: (II) device removed
[   107.047] (II) event1  - (II) SEM USB Keyboard: (II) device removed
[   107.090] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device removed
[   107.140] (II) event13 - (II) USB2.0 UVC HD Webcam: (II) device removed
[   107.180] (II) event12 - (II) Asus WMI hotkeys: (II) device removed
[   107.200] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[   107.240] (II) event18 - (II) ETPS/2 Elantech Touchpad: (II) device removed
[   107.280] (II) event2  - (II) SEM USB Keyboard: (II) device removed
[   355.331] (II) config/udev: removing device SEMICCHIP Usb Mouse
[   355.331] (II) UnloadModule: "libinput"
[   356.037] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[   356.037] (II) No input driver specified, ignoring this device.
[   356.037] (II) This device may have been added with another device file.
[   356.139] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event3)
[   356.139] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[   356.139] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[   356.139] (**) SEMICCHIP Usb Mouse: always reports core events
[   356.139] (**) Option "Device" "/dev/input/event3"
[   356.139] (**) Option "_source" "server/udev"
[   356.193] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[   356.193] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[   356.193] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device removed
[   356.230] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0004/input/input26/event3"
[   356.230] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 13)
[   356.230] (**) Option "AccelerationScheme" "none"
[   356.230] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[   356.230] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[   356.230] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[   530.947] (II) config/udev: removing device SEMICCHIP Usb Mouse
[   530.947] (II) UnloadModule: "libinput"
[   531.660] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[   531.660] (II) No input driver specified, ignoring this device.
[   531.660] (II) This device may have been added with another device file.
[   531.769] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event3)
[   531.769] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[   531.769] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[   531.769] (**) SEMICCHIP Usb Mouse: always reports core events
[   531.769] (**) Option "Device" "/dev/input/event3"
[   531.769] (**) Option "_source" "server/udev"
[   531.827] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[   531.827] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[   531.827] (II) event3  - (II) SEMICCHIP Usb Mouse: (II) device removed
[   531.866] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0005/input/input27/event3"
[   531.866] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 13)
[   531.867] (**) Option "AccelerationScheme" "none"
[   531.867] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[   531.867] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[   531.867] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  3812.931] (II) config/udev: removing device SEM USB Keyboard
[  3812.932] (II) UnloadModule: "libinput"
[  3812.971] (II) config/udev: removing device SEM USB Keyboard
[  3812.971] (II) UnloadModule: "libinput"
[  3812.971] (II) config/udev: removing device SEM USB Keyboard
[  3812.971] (II) UnloadModule: "libinput"
[  3813.165] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  3813.165] (II) UnloadModule: "libinput"
[  3813.539] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  3813.539] (II) No input driver specified, ignoring this device.
[  3813.539] (II) This device may have been added with another device file.
[  3813.637] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  3813.637] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  3813.638] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  3813.638] (**) SEMICCHIP Usb Mouse: always reports core events
[  3813.638] (**) Option "Device" "/dev/input/event1"
[  3813.638] (**) Option "_source" "server/udev"
[  3813.693] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  3813.693] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  3813.693] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  3813.709] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0006/input/input28/event1"
[  3813.709] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  3813.710] (**) Option "AccelerationScheme" "none"
[  3813.710] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  3813.710] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  3813.710] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  3814.012] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event2)
[  3814.013] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  3814.013] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[  3814.013] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[  3814.013] (**) SEM USB Keyboard: always reports core events
[  3814.013] (**) Option "Device" "/dev/input/event2"
[  3814.013] (**) Option "_source" "server/udev"
[  3814.014] (II) event2  - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[  3814.014] (II) event2  - (II) SEM USB Keyboard: (II) device is a keyboard
[  3814.014] (II) event2  - (II) SEM USB Keyboard: (II) device removed
[  3814.076] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.0/0003:1A2C:0E24.0007/input/input29/event2"
[  3814.076] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 12)
[  3814.076] (**) Option "xkb_model" "pc105"
[  3814.076] (**) Option "xkb_layout" "us,fr"
[  3814.076] (**) Option "xkb_variant" ","
[  3814.076] (**) Option "xkb_options" "grp:alt_shift_toggle"
[  3814.078] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event3)
[  3814.078] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  3814.078] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[  3814.078] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[  3814.078] (**) SEM USB Keyboard: always reports core events
[  3814.078] (**) Option "Device" "/dev/input/event3"
[  3814.078] (**) Option "_source" "server/udev"
[  3814.097] (II) event3  - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[  3814.097] (II) event3  - (II) SEM USB Keyboard: (II) device is a keyboard
[  3814.097] (II) event3  - (II) SEM USB Keyboard: (II) device removed
[  3814.136] (II) libinput: SEM USB Keyboard: needs a virtual subdevice
[  3814.136] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.1/0003:1A2C:0E24.0008/input/input30/event3"
[  3814.136] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: MOUSE, id 13)
[  3814.136] (**) Option "AccelerationScheme" "none"
[  3814.136] (**) SEM USB Keyboard: (accel) selected scheme none/0
[  3814.136] (**) SEM USB Keyboard: (accel) acceleration factor: 2.000
[  3814.136] (**) SEM USB Keyboard: (accel) acceleration threshold: 4
[  3814.137] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  3814.137] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[  3814.137] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[  3814.137] (**) SEM USB Keyboard: always reports core events
[  3814.137] (**) Option "Device" "/dev/input/event3"
[  3814.137] (**) Option "_source" "_driver/libinput"
[  3814.137] (II) libinput: SEM USB Keyboard: is a virtual subdevice
[  3814.137] (EE) libinput: SEM USB Keyboard: Parent device not available
[  3814.138] (II) event3  - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[  3814.138] (II) event3  - (II) SEM USB Keyboard: (II) device is a keyboard
[  3814.138] (II) event3  - (II) SEM USB Keyboard: (II) device removed
[  3814.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.1/0003:1A2C:0E24.0008/input/input30/event3"
[  3814.186] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 18)
[  3814.186] (**) Option "xkb_model" "pc105"
[  3814.186] (**) Option "xkb_layout" "us,fr"
[  3814.186] (**) Option "xkb_variant" ","
[  3814.186] (**) Option "xkb_options" "grp:alt_shift_toggle"
[  3817.096] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  3817.097] (II) UnloadModule: "libinput"
[  3817.805] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  3817.805] (II) No input driver specified, ignoring this device.
[  3817.805] (II) This device may have been added with another device file.
[  3817.914] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  3817.914] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  3817.914] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  3817.914] (**) SEMICCHIP Usb Mouse: always reports core events
[  3817.914] (**) Option "Device" "/dev/input/event1"
[  3817.914] (**) Option "_source" "server/udev"
[  3817.970] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  3817.970] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  3817.970] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  3817.986] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0009/input/input31/event1"
[  3817.986] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  3817.986] (**) Option "AccelerationScheme" "none"
[  3817.986] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  3817.986] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  3817.986] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  3821.577] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  3821.577] (II) UnloadModule: "libinput"
[  3822.285] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  3822.285] (II) No input driver specified, ignoring this device.
[  3822.285] (II) This device may have been added with another device file.
[  3822.382] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  3822.382] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  3822.382] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  3822.382] (**) SEMICCHIP Usb Mouse: always reports core events
[  3822.382] (**) Option "Device" "/dev/input/event1"
[  3822.382] (**) Option "_source" "server/udev"
[  3822.440] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  3822.440] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  3822.440] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  3822.456] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000A/input/input32/event1"
[  3822.456] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  3822.456] (**) Option "AccelerationScheme" "none"
[  3822.456] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  3822.456] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  3822.456] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  4222.986] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  4222.991] (II) UnloadModule: "libinput"
[  4223.709] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  4223.709] (II) No input driver specified, ignoring this device.
[  4223.709] (II) This device may have been added with another device file.
[  4223.810] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  4223.810] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  4223.810] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  4223.810] (**) SEMICCHIP Usb Mouse: always reports core events
[  4223.810] (**) Option "Device" "/dev/input/event1"
[  4223.810] (**) Option "_source" "server/udev"
[  4223.866] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  4223.867] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  4223.867] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  4223.883] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000B/input/input33/event1"
[  4223.883] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  4223.883] (**) Option "AccelerationScheme" "none"
[  4223.883] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  4223.883] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  4223.883] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  4473.994] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  4473.994] (II) UnloadModule: "libinput"
[  4474.704] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  4474.704] (II) No input driver specified, ignoring this device.
[  4474.704] (II) This device may have been added with another device file.
[  4474.807] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  4474.807] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  4474.807] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  4474.808] (**) SEMICCHIP Usb Mouse: always reports core events
[  4474.808] (**) Option "Device" "/dev/input/event1"
[  4474.808] (**) Option "_source" "server/udev"
[  4474.863] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  4474.863] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  4474.863] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  4474.899] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000C/input/input34/event1"
[  4474.899] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  4474.900] (**) Option "AccelerationScheme" "none"
[  4474.900] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  4474.900] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  4474.900] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  4960.395] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  4960.399] (II) UnloadModule: "libinput"
[  4961.113] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  4961.113] (II) No input driver specified, ignoring this device.
[  4961.113] (II) This device may have been added with another device file.
[  4961.213] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  4961.213] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  4961.213] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  4961.213] (**) SEMICCHIP Usb Mouse: always reports core events
[  4961.213] (**) Option "Device" "/dev/input/event1"
[  4961.213] (**) Option "_source" "server/udev"
[  4961.270] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  4961.270] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  4961.270] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  4961.289] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000D/input/input35/event1"
[  4961.289] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  4961.290] (**) Option "AccelerationScheme" "none"
[  4961.290] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  4961.290] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  4961.290] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  6164.492] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  6164.492] (II) UnloadModule: "libinput"
[  6165.205] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  6165.205] (II) No input driver specified, ignoring this device.
[  6165.205] (II) This device may have been added with another device file.
[  6165.312] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  6165.312] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  6165.312] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  6165.312] (**) SEMICCHIP Usb Mouse: always reports core events
[  6165.312] (**) Option "Device" "/dev/input/event1"
[  6165.312] (**) Option "_source" "server/udev"
[  6165.370] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  6165.370] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  6165.370] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  6165.409] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000E/input/input36/event1"
[  6165.409] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  6165.409] (**) Option "AccelerationScheme" "none"
[  6165.409] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  6165.409] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  6165.409] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  6170.125] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  6170.125] (II) UnloadModule: "libinput"
[  6170.833] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  6170.833] (II) No input driver specified, ignoring this device.
[  6170.833] (II) This device may have been added with another device file.
[  6170.947] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  6170.947] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  6170.947] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  6170.947] (**) SEMICCHIP Usb Mouse: always reports core events
[  6170.947] (**) Option "Device" "/dev/input/event1"
[  6170.947] (**) Option "_source" "server/udev"
[  6171.003] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  6171.003] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  6171.003] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  6171.022] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000F/input/input37/event1"
[  6171.023] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  6171.023] (**) Option "AccelerationScheme" "none"
[  6171.023] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  6171.023] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  6171.023] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  6263.181] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  6263.181] (II) UnloadModule: "libinput"
[  6263.892] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[  6263.892] (II) No input driver specified, ignoring this device.
[  6263.892] (II) This device may have been added with another device file.
[  6264.000] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event1)
[  6264.000] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  6264.000] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[  6264.000] (**) SEMICCHIP Usb Mouse: always reports core events
[  6264.000] (**) Option "Device" "/dev/input/event1"
[  6264.000] (**) Option "_source" "server/udev"
[  6264.056] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) is tagged by udev as: Mouse
[  6264.056] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device is a pointer
[  6264.056] (II) event1  - (II) SEMICCHIP Usb Mouse: (II) device removed
[  6264.076] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0010/input/input38/event1"
[  6264.076] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 11)
[  6264.076] (**) Option "AccelerationScheme" "none"
[  6264.076] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[  6264.076] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[  6264.076] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[  8847.884] (II) config/udev: removing device SEM USB Keyboard
[  8847.884] (II) UnloadModule: "libinput"
[  8847.928] (II) config/udev: removing device SEM USB Keyboard
[  8847.928] (II) UnloadModule: "libinput"
[  8847.928] (II) config/udev: removing device SEM USB Keyboard
[  8847.928] (II) UnloadModule: "libinput"
[  8847.968] (II) config/udev: removing device SEMICCHIP Usb Mouse
[  8847.968] (II) UnloadModule: "libinput"
 $ dsmeg
[    0.000000] Linux version 4.10.9-1-ARCH (builduser@tobias) (gcc version 6.3.1 20170306 (GCC) ) #1 SMP PREEMPT Sat Apr 8 12:39:59 CEST 2017
[    0.000000] Command line: initrd=\initramfs-linux.img cryptdevice=UUID=44dad311-65cf-49f9-a53b-71ab54303123:volume root=/dev/mapper/volume-lv_racineArch quiet rw
[    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] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9e6dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9e6e000-0x00000000b9e74fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9e75000-0x00000000ba77cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba77d000-0x00000000baa16fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000baa17000-0x00000000ca04bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca04c000-0x00000000ca255fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca256000-0x00000000ca407fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca408000-0x00000000cab0dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cab0e000-0x00000000caffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f1fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb8da9018-0xb8dc2257] usable ==> usable
[    0.000000] e820: update [mem 0xb8d98018-0xb8da8057] usable ==> usable
[    0.000000] e820: update [mem 0xb8d8a018-0xb8d97857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000b8d8a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8d8a018-0x00000000b8d97857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8d97858-0x00000000b8d98017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8d98018-0x00000000b8da8057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8da8058-0x00000000b8da9017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8da9018-0x00000000b8dc2257] usable
[    0.000000] reserve setup_data: [mem 0x00000000b8dc2258-0x00000000b9e6dfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000b9e6e000-0x00000000b9e74fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000b9e75000-0x00000000ba77cfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba77d000-0x00000000baa16fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000baa17000-0x00000000ca04bfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ca04c000-0x00000000ca255fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ca256000-0x00000000ca407fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ca408000-0x00000000cab0dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cab0e000-0x00000000caffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000022f1fffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xca490000  ACPI=0xca490000  SMBIOS=0xf04c0  MPS=0xfd5a0 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. GL552JX/GL552JX, BIOS GL552JX.205 07/03/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x22f200 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-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7E00000000 write-back
[    0.000000]   1 base 0200000000 mask 7FE0000000 write-back
[    0.000000]   2 base 0220000000 mask 7FF0000000 write-back
[    0.000000]   3 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   4 base 00D0000000 mask 7FF0000000 uncachable
[    0.000000]   5 base 00CC000000 mask 7FFC000000 uncachable
[    0.000000]   6 base 00CBC00000 mask 7FFFC00000 uncachable
[    0.000000]   7 base 022F800000 mask 7FFF800000 uncachable
[    0.000000]   8 base 022F400000 mask 7FFFC00000 uncachable
[    0.000000]   9 base 022F200000 mask 7FFFE00000 uncachable
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xcbc00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd8a0-0x000fd8af] mapped at [ffff8800000fd8a0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01d5f000, 0x01d5ffff] PGTABLE
[    0.000000] BRK [0x01d60000, 0x01d60fff] PGTABLE
[    0.000000] BRK [0x01d61000, 0x01d61fff] PGTABLE
[    0.000000] BRK [0x01d62000, 0x01d62fff] PGTABLE
[    0.000000] BRK [0x01d63000, 0x01d63fff] PGTABLE
[    0.000000] BRK [0x01d64000, 0x01d64fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x7f26a000-0x7fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000CA490000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x00000000CA490098 0000B4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000CA4A4088 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000CA490260 013E21 (v02 _ASUS_ Notebook 00000012 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000CAB0BF80 000040
[    0.000000] ACPI: APIC 0x00000000CA4A4198 000092 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000CA4A4230 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 0x00000000CA4A4278 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CA4A4340 00019D (v01 Intel  zpodd    00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CA4A44E0 0004F7 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CA4A49D8 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.000000] ACPI: MCFG 0x00000000CA4A54B0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000CA4A54F0 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CA4A5528 000298 (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CA4A57C0 004541 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000CA4A9D08 001B62 (v01 SgRef  SgPeg    00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CA4AB870 000393 (v01 CppcTa CppcTabl 00001000 INTL 20120711)
[    0.000000] ACPI: PCCT 0x00000000CA4ABC08 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CA4ABC78 000AC4 (v01 Cpc_Ta Cpc_Tabl 00001000 INTL 20120711)
[    0.000000] ACPI: DMAR 0x00000000CA4AC740 0000B8 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 0x00000000CA4AC7F8 001A57 (v01 OptRef OptTabl  00001000 INTL 20120711)
[    0.000000] ACPI: MSDM 0x00000000CA254E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000022f1fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x22f1f4000-0x22f1f8fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000022f1fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b9e6dfff]
[    0.000000]   node   0: [mem 0x00000000b9e75000-0x00000000ba77cfff]
[    0.000000]   node   0: [mem 0x00000000baa17000-0x00000000ca04bfff]
[    0.000000]   node   0: [mem 0x00000000ca256000-0x00000000ca407fff]
[    0.000000]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000022f1fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022f1fffff]
[    0.000000] On node 0 totalpages: 2068731
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 25 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12862 pages used for memmap
[    0.000000]   DMA32 zone: 823134 pages, LIFO batch:31
[    0.000000]   Normal zone: 19400 pages used for memmap
[    0.000000]   Normal zone: 1241600 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000cbe00000-0x00000000cfdfffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, 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: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8d8a000-0xb8d8afff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8d97000-0xb8d97fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8d98000-0xb8d98fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8da8000-0xb8da8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8da9000-0xb8da9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8dc2000-0xb8dc2fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9e6e000-0xb9e74fff]
[    0.000000] PM: Registered nosave memory: [mem 0xba77d000-0xbaa16fff]
[    0.000000] PM: Registered nosave memory: [mem 0xca04c000-0xca255fff]
[    0.000000] PM: Registered nosave memory: [mem 0xca408000-0xcab0dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xcab0e000-0xcaffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcbbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcbc00000-0xcfdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfe00000-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-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-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-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xcfe00000-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: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff88022ee00000 s103640 r8192 d31528 u262144
[    0.000000] pcpu-alloc: s103640 r8192 d31528 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: 2036380
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=44dad311-65cf-49f9-a53b-71ab54303123:volume root=/dev/mapper/volume-lv_racineArch quiet rw
[    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: 7850052K/8274924K available (6367K kernel code, 1090K rwdata, 1984K rodata, 1292K init, 1032K bss, 424872K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:488 16
[    0.000000] Console: colour dummy device 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] spurious 8259A interrupt: IRQ7.
[    0.000000] tsc: Detected 1995.535 MHz processor
[    0.000019] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.36 BogoMIPS (lpj=6651783)
[    0.000021] pid_max: default: 32768 minimum: 301
[    0.000028] ACPI: Core revision 20160930
[    0.014640] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.015171] Security Framework initialized
[    0.015172] Yama: becoming mindful.
[    0.015453] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.016648] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.017145] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.017150] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.017326] CPU: Physical Processor ID: 0
[    0.017326] CPU: Processor Core ID: 0
[    0.017330] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.017330] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.017333] mce: CPU supports 10 MCE banks
[    0.017340] CPU0: Thermal monitoring enabled (TM1)
[    0.017353] process: using mwait in idle threads
[    0.017355] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.017356] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.017450] Freeing SMP alternatives memory: 24K
[    0.022381] ftrace: allocating 25114 entries in 99 pages
[    0.031105] smpboot: Max logical packages: 2
[    0.031108] DMAR: Host address width 39
[    0.031109] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.031114] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.031115] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.031117] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.031118] DMAR: RMRR base: 0x000000ca1dc000 end: 0x000000ca1e8fff
[    0.031120] DMAR: RMRR base: 0x000000cbc00000 end: 0x000000cfdfffff
[    0.031121] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
[    0.031122] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.031122] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.031387] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.031387] x2apic enabled
[    0.031391] Switched APIC routing to cluster x2apic.
[    0.031816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.064823] TSC deadline timer enabled
[    0.064826] smpboot: CPU0: Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz (family: 0x6, model: 0x46, stepping: 0x1)
[    0.074869] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.074893] ... version:                3
[    0.074894] ... bit width:              48
[    0.074894] ... generic registers:      4
[    0.074895] ... value mask:             0000ffffffffffff
[    0.074895] ... max period:             00007fffffffffff
[    0.074895] ... fixed-purpose events:   3
[    0.074896] ... event mask:             000000070000000f
[    0.098331] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.104921] smp: Bringing up secondary CPUs ...
[    0.131624] x86: Booting SMP configuration:
[    0.131625] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.900570] smp: Brought up 1 node, 8 CPUs
[    0.900572] smpboot: Total of 8 processors activated (31947.72 BogoMIPS)
[    0.985159] devtmpfs: initialized
[    0.985202] x86/mm: Memory block size: 128MB
[    0.987352] PM: Registering ACPI NVS region [mem 0xb9e6e000-0xb9e74fff] (28672 bytes)
[    0.987353] PM: Registering ACPI NVS region [mem 0xca408000-0xcab0dfff] (7364608 bytes)
[    0.987470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.987480] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.987524] pinctrl core: initialized pinctrl subsystem
[    0.987560] RTC time:  9:05:38, date: 04/13/17
[    0.987622] NET: Registered protocol family 16
[    1.001551] cpuidle: using governor ladder
[    1.021570] cpuidle: using governor menu
[    1.021574] Error parsing PCC subspaces from PCCT
[    1.021627] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.021628] ACPI: bus type PCI registered
[    1.021630] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.021688] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.021690] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    1.021695] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    1.021771] PCI: Using configuration type 1 for base access
[    1.021825] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    1.041700] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    1.041701] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.041975] ACPI: Added _OSI(Module Device)
[    1.041977] ACPI: Added _OSI(Processor Device)
[    1.041977] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.041978] ACPI: Added _OSI(Processor Aggregator Device)
[    1.041981] ACPI : EC: EC started
[    1.043379] ACPI: \: Used as first EC
[    1.043381] ACPI: \: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.043382] ACPI: \: Used as boot ECDT EC to handle transactions
[    1.043556] ACPI: Executed 2 blocks of module-level executable AML code
[    1.049182] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.051941] ACPI: Dynamic OEM Table Load:
[    1.051946] ACPI: SSDT 0xFFFF880224E2D000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    1.052242] ACPI: Dynamic OEM Table Load:
[    1.052247] ACPI: SSDT 0xFFFF8802252DD800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    1.058413] ACPI: Dynamic OEM Table Load:
[    1.058419] ACPI: SSDT 0xFFFF880224EB5C00 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    1.060191] ACPI : EC: EC stopped
[    1.060192] ACPI : EC: EC started
[    1.060287] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    1.060289] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.060289] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    1.060290] ACPI: Interpreter enabled
[    1.060317] ACPI: (supports S0 S3 S4 S5)
[    1.060318] ACPI: Using IOAPIC for interrupt routing
[    1.060340] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.064462] ACPI: Power Resource [PG00] (on)
[    1.068643] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    1.068646] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.069077] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    1.069078] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.069380] PCI host bridge to bus 0000:00
[    1.069381] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.069382] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.069383] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.069383] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    1.069384] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    1.069385] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    1.069385] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    1.069386] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff window]
[    1.069387] pci_bus 0000:00: root bus resource [bus 00-3e]
[    1.069392] pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
[    1.069467] pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
[    1.069494] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.069563] pci 0000:00:01.0: System wakeup disabled by ACPI
[    1.069593] pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
[    1.069600] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    1.069604] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    1.069607] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    1.069675] pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
[    1.069681] pci 0000:00:03.0: reg 0x10: [mem 0xf7a14000-0xf7a17fff 64bit]
[    1.069770] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    1.069785] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
[    1.069838] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.069873] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.069900] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    1.069915] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1e000-0xf7a1e00f 64bit]
[    1.069971] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.070038] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    1.070052] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a1c000-0xf7a1c3ff]
[    1.070127] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.070172] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    1.070202] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    1.070216] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
[    1.070276] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.070313] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    1.070342] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    1.070397] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.070458] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.070485] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400
[    1.070541] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    1.070624] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    1.070681] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.070744] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    1.070774] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    1.070831] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.070892] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    1.070926] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    1.070942] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a1b000-0xf7a1b3ff]
[    1.071017] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.071067] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.071097] pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
[    1.071249] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[    1.071262] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    1.071268] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    1.071275] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    1.071281] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    1.071288] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    1.071294] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a1a000-0xf7a1a7ff]
[    1.071326] pci 0000:00:1f.2: PME# supported from D3hot
[    1.071385] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    1.071399] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a19000-0xf7a190ff 64bit]
[    1.071416] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    1.071536] pci 0000:01:00.0: [10de:139a] type 00 class 0x030200
[    1.071553] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    1.071569] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.071585] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    1.071595] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    1.071606] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    1.071723] pci 0000:01:00.0: System wakeup disabled by ACPI
[    1.081640] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.081643] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    1.081645] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.081648] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    1.081717] acpiphp: Slot [1] registered
[    1.081723] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.081798] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    1.081941] pci 0000:04:00.0: [8086:095a] type 00 class 0x028000
[    1.082036] pci 0000:04:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
[    1.082362] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.095013] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    1.095019] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    1.095106] pci 0000:05:00.0: [10ec:5287] type 00 class 0xff0000
[    1.095129] pci 0000:05:00.0: reg 0x10: [mem 0xf7815000-0xf7815fff]
[    1.095202] pci 0000:05:00.0: reg 0x30: [mem 0xf7800000-0xf780ffff pref]
[    1.095291] pci 0000:05:00.0: supports D1 D2
[    1.095292] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.095396] pci 0000:05:00.1: [10ec:8168] type 00 class 0x020000
[    1.095418] pci 0000:05:00.1: reg 0x10: [io  0xd000-0xd0ff]
[    1.095451] pci 0000:05:00.1: reg 0x18: [mem 0xf7814000-0xf7814fff 64bit]
[    1.095471] pci 0000:05:00.1: reg 0x20: [mem 0xf7810000-0xf7813fff 64bit]
[    1.095566] pci 0000:05:00.1: supports D1 D2
[    1.095567] pci 0000:05:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.104997] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    1.105001] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    1.105004] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    1.105951] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    1.106001] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 10 12)
[    1.106048] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 10 12)
[    1.106094] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[    1.106139] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.106186] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.106232] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    1.106277] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
[    1.106594] ACPI: Enabled 4 GPEs in block 00 to 3F
[    1.106698] ACPI : EC: event unblocked
[    1.106705] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.106707] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    1.106868] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.106869] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.106872] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.106872] vgaarb: loaded
[    1.106902] Registered efivars operations
[    1.108969] PCI: Using ACPI for IRQ routing
[    1.110240] PCI: pci_cache_line_size set to 64 bytes
[    1.110309] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.110310] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    1.110311] e820: reserve RAM buffer [mem 0xb8d8a018-0xbbffffff]
[    1.110312] e820: reserve RAM buffer [mem 0xb8d98018-0xbbffffff]
[    1.110312] e820: reserve RAM buffer [mem 0xb8da9018-0xbbffffff]
[    1.110313] e820: reserve RAM buffer [mem 0xb9e6e000-0xbbffffff]
[    1.110314] e820: reserve RAM buffer [mem 0xba77d000-0xbbffffff]
[    1.110314] e820: reserve RAM buffer [mem 0xca04c000-0xcbffffff]
[    1.110315] e820: reserve RAM buffer [mem 0xca408000-0xcbffffff]
[    1.110316] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    1.110317] e820: reserve RAM buffer [mem 0x22f200000-0x22fffffff]
[    1.110381] NetLabel: Initializing
[    1.110381] NetLabel:  domain hash size = 128
[    1.110381] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.110393] NetLabel:  unlabeled traffic allowed by default
[    1.110428] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.110431] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.112451] clocksource: Switched to clocksource hpet
[    1.116896] VFS: Disk quotas dquot_6.6.0
[    1.116913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.116975] pnp: PnP ACPI init
[    1.117060] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    1.117063] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.117250] system 00:01: [io  0x0680-0x069f] has been reserved
[    1.117251] system 00:01: [io  0xffff] has been reserved
[    1.117252] system 00:01: [io  0xffff] has been reserved
[    1.117253] system 00:01: [io  0xffff] has been reserved
[    1.117254] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    1.117255] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    1.117255] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    1.117256] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    1.117257] system 00:01: [io  0x1800-0x18fe] has been reserved
[    1.117258] system 00:01: [io  0x164e-0x164f] has been reserved
[    1.117259] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.117276] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.117311] system 00:03: [io  0x1854-0x1857] has been reserved
[    1.117313] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.117349] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    1.117350] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.117373] system 00:05: [io  0x0240-0x0259] has been reserved
[    1.117375] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.117415] pnp 00:06: Plug and Play ACPI device, IDs ETD0105 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    1.117440] pnp 00:07: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    1.117713] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.117714] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.117715] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.117715] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.117716] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.117717] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.117718] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.117719] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.117720] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    1.117721] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.117722] system 00:08: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    1.117723] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    1.117724] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.117781] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.118005] pnp: PnP ACPI: found 10 devices
[    1.123733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.123752] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.123753] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.123755] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
[    1.123768] pci 0000:00:1c.1: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.123769] pci 0000:00:1c.1: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.123770] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.123771] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.123772] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.123773] pci 0000:00:1c.1: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.123776] pci 0000:00:1c.1: BAR 14: assigned [mem 0xcfe00000-0xcfffffff]
[    1.123780] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf2000000-0xf21fffff 64bit pref]
[    1.123782] pci 0000:00:1c.1: BAR 13: assigned [io  0x2000-0x2fff]
[    1.123783] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.123784] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    1.123786] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.123788] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    1.123791] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.123799] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    1.123801] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    1.123805] pci 0000:00:1c.1:   bridge window [mem 0xcfe00000-0xcfffffff]
[    1.123808] pci 0000:00:1c.1:   bridge window [mem 0xf2000000-0xf21fffff 64bit pref]
[    1.123812] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    1.123816] pci 0000:00:1c.2:   bridge window [mem 0xf7900000-0xf79fffff]
[    1.123822] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    1.123824] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    1.123828] pci 0000:00:1c.3:   bridge window [mem 0xf7800000-0xf78fffff]
[    1.123835] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.123836] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.123836] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.123837] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    1.123838] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    1.123839] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    1.123839] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    1.123840] pci_bus 0000:00: resource 11 [mem 0xcfe00000-0xfeafffff window]
[    1.123841] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    1.123842] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    1.123842] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    1.123843] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.123844] pci_bus 0000:03: resource 1 [mem 0xcfe00000-0xcfffffff]
[    1.123845] pci_bus 0000:03: resource 2 [mem 0xf2000000-0xf21fffff 64bit pref]
[    1.123846] pci_bus 0000:04: resource 1 [mem 0xf7900000-0xf79fffff]
[    1.123846] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    1.123847] pci_bus 0000:05: resource 1 [mem 0xf7800000-0xf78fffff]
[    1.123930] NET: Registered protocol family 2
[    1.124051] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.124133] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.124263] TCP: Hash tables configured (established 65536 bind 65536)
[    1.124280] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.124300] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.124339] NET: Registered protocol family 1
[    1.124349] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.124755] PCI: CLS 64 bytes, default 64
[    1.124786] Unpacking initramfs...
[    1.297090] Freeing initrd memory: 13908K
[    1.297117] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.297119] software IO TLB [mem 0xb4d8a000-0xb8d8a000] (64MB) mapped at [ffff8800b4d8a000-ffff8800b8d89fff]
[    1.297337] Scanning for low memory corruption every 60 seconds
[    1.297789] Initialise system trusted keyrings
[    1.297867] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    1.298817] zbud: loaded
[    1.299274] Key type asymmetric registered
[    1.299306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.299330] io scheduler noop registered
[    1.299330] io scheduler deadline registered
[    1.299335] io scheduler cfq registered (default)
[    1.300040] pcieport 0000:00:01.0: Signaling PME with IRQ 26
[    1.300051] pcieport 0000:00:1c.0: Signaling PME with IRQ 27
[    1.300066] pcieport 0000:00:1c.1: Signaling PME with IRQ 28
[    1.300078] pcieport 0000:00:1c.2: Signaling PME with IRQ 29
[    1.300090] pcieport 0000:00:1c.3: Signaling PME with IRQ 30
[    1.300105] pciehp 0000:00:1c.1:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    1.300133] efifb: probing for efifb
[    1.300143] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
[    1.300144] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.300144] efifb: scrolling: redraw
[    1.300145] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.301399] Console: switching to colour frame buffer device 128x48
[    1.302600] fb0: EFI VGA frame buffer device
[    1.302605] intel_idle: MWAIT substates: 0x42120
[    1.302606] intel_idle: v0.4.1 model 0x46
[    1.302832] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.303009] GHES: HEST is not enabled!
[    1.303051] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.303354] Linux agpgart interface v0.103
[    1.303854] rtc_cmos 00:02: RTC can wake from S4
[    1.303961] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.303985] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.303992] intel_pstate: Intel P-state driver initializing
[    1.304228] ledtrig-cpu: registered to indicate activity on CPUs
[    1.304710] NET: Registered protocol family 10
[    1.312333] Segment Routing with IPv6
[    1.312373] NET: Registered protocol family 17
[    1.313893] microcode: sig=0x40661, pf=0x20, revision=0x12
[    1.314223] microcode: Microcode Update Driver: v2.2.
[    1.314592] registered taskstats version 1
[    1.314606] Loading compiled-in X.509 certificates
[    1.314647] zswap: loaded using pool lzo/zbud
[    1.316017]   Magic number: 13:429:70
[    1.316102]  memory: hash matches
[    1.316153] rtc_cmos 00:02: setting system clock to 2017-04-13 09:05:38 UTC (1492074338)
[    1.316277] PM: Hibernation image not present or could not be loaded.
[    1.318129] Freeing unused kernel memory: 1292K
[    1.318131] Write protecting the kernel read-only data: 10240k
[    1.318898] Freeing unused kernel memory: 1812K
[    1.319286] Freeing unused kernel memory: 64K
[    1.335214] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.335283] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.336819] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.336863] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.336872] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.339597] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.339615] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.341697] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.341708] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.341711] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.364818] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.368229] i8042: Detected active multiplexing controller, rev 1.1
[    1.371677] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.371721] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.371755] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.371784] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.371815] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.372104] rtsx_pci 0000:05:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 31
[    1.372801] ACPI: bus type USB registered
[    1.372816] usbcore: registered new interface driver usbfs
[    1.372823] usbcore: registered new interface driver hub
[    1.372850] usbcore: registered new device driver usb
[    1.373377] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.373440] SCSI subsystem initialized
[    1.373819] ehci-pci: EHCI PCI platform driver
[    1.373976] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.373983] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.374000] ehci-pci 0000:00:1a.0: debug port 2
[    1.375497] AVX2 version of gcm_enc/dec engaged.
[    1.375498] AES CTR mode by8 optimization enabled
[    1.377900] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.377918] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a1c000
[    1.379136] libata version 3.00 loaded.
[    1.389116] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.389297] hub 1-0:1.0: USB hub found
[    1.389302] hub 1-0:1.0: 2 ports detected
[    1.389584] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.389589] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.389600] ehci-pci 0000:00:1d.0: debug port 2
[    1.393488] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.393499] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a1b000
[    1.405831] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.406133] hub 2-0:1.0: USB hub found
[    1.406140] hub 2-0:1.0: 2 ports detected
[    1.406466] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.406472] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.407571] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.407577] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.407817] hub 3-0:1.0: USB hub found
[    1.407834] hub 3-0:1.0: 14 ports detected
[    1.412923] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.412926] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.413189] hub 4-0:1.0: USB hub found
[    1.413200] hub 4-0:1.0: 4 ports detected
[    1.414460] ahci 0000:00:1f.2: version 3.0
[    1.414678] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x14 impl SATA mode
[    1.414680] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    1.423296] scsi host0: ahci
[    1.423496] scsi host1: ahci
[    1.423658] scsi host2: ahci
[    1.423836] scsi host3: ahci
[    1.424006] scsi host4: ahci
[    1.424067] ata1: DUMMY
[    1.424068] ata2: DUMMY
[    1.424071] ata3: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a200 irq 33
[    1.424072] ata4: DUMMY
[    1.424074] ata5: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a300 irq 33
[    1.425466] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.709184] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.725848] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.732519] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.737031] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.737059] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.739180] ata3.00: ATAPI: HL-DT-ST DVDRAM GUC0N, AS01, max UDMA/133
[    1.740959] ata3.00: configured for UDMA/133
[    1.747254] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GUC0N     AS01 PQ: 0 ANSI: 5
[    1.751405] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.751410] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.751413] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.759801] ata5.00: ATA-8: KINGSTON SV300S37A120G, 605ABBF2, max UDMA/133
[    1.759804] ata5.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.766076] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.766085] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.766091] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.773805] ata5.00: configured for UDMA/133
[    1.774357] scsi 4:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF2 PQ: 0 ANSI: 5
[    1.826529] sd 4:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.826577] sd 4:0:0:0: [sda] Write Protect is off
[    1.826582] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.826681] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.828544]  sda: sda1 sda2
[    1.830037] sd 4:0:0:0: [sda] Attached SCSI disk
[    1.846256] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.846258] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.846398] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.846485] hub 1-1:1.0: USB hub found
[    1.846560] hub 1-1:1.0: 6 ports detected
[    1.863132] hub 2-1:1.0: USB hub found
[    1.863194] hub 2-1:1.0: 8 ports detected
[    1.863714] hub 3-3:1.0: USB hub found
[    1.863810] hub 3-3:1.0: 4 ports detected
[    1.965048] device-mapper: uevent: version 1.0.3
[    1.965146] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    2.035809] usb 3-5: new full-speed USB device number 3 using xhci_hcd
[    2.239145] usb 3-3.1: new low-speed USB device number 4 using xhci_hcd
[    2.319133] tsc: Refined TSC clocksource calibration: 1995.378 MHz
[    2.319147] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3986404c536, max_idle_ns: 881590442461 ns
[    2.338705] hidraw: raw HID events driver (C) Jiri Kosina
[    2.343848] usbcore: registered new interface driver usbhid
[    2.343849] usbhid: USB HID core driver
[    2.345066] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.0/0003:1A2C:0E24.0001/input/input5
[    2.399265] hid-generic 0003:1A2C:0E24.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:14.0-3.1/input0
[    2.400328] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.1/0003:1A2C:0E24.0002/input/input6
[    2.442464] usb 3-7: new high-speed USB device number 5 using xhci_hcd
[    2.456048] hid-generic 0003:1A2C:0E24.0002: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:14.0-3.1/input1
[    2.645765] usb 3-3.2: new low-speed USB device number 6 using xhci_hcd
[    2.747989] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0003/input/input7
[    2.748189] hid-generic 0003:1A2C:0042.0003: input,hidraw2: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[    3.332660] clocksource: Switched to clocksource tsc
[   25.377507] random: crng init done
[   27.929593] NET: Registered protocol family 38
[   28.291055] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   28.389196] ip_tables: (C) 2000-2006 Netfilter Core Team
[   28.393721] 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)
[   28.393939] systemd[1]: Detected architecture x86-64.
[   28.395348] systemd[1]: Set hostname to <Arch>.
[   28.461962] systemd[1]: Listening on udev Control Socket.
[   28.462646] systemd[1]: Listening on Process Core Dump Socket.
[   28.462686] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   28.466057] systemd[1]: Reached target Remote File Systems.
[   28.466096] systemd[1]: Listening on LVM2 metadata daemon socket.
[   28.466126] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   28.466177] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   28.474884] EXT4-fs (dm-2): re-mounted. Opts: data=ordered
[   28.479604] vboxdrv: loading out-of-tree module taints kernel.
[   28.481627] vboxdrv: Found 8 processor cores
[   28.503802] vboxdrv: TSC mode is Invariant, tentative frequency 1995369071 Hz
[   28.503803] vboxdrv: Successfully loaded version 5.1.18 (interface 0x00280000)
[   28.505582] VBoxPciLinuxInit
[   28.511514] vboxpci: IOMMU not found (not registered)
[   28.513025] VBoxNetAdp: Successfully started.
[   28.513836] VBoxNetFlt: Successfully started.
[   28.606335] systemd-journald[337]: Received request to flush runtime journal from PID 1
[   28.624751] ACPI: AC Adapter [AC0] (on-line)
[   28.626076] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input8
[   28.627278] ACPI: Lid Switch [LID]
[   28.627330] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9
[   28.627333] ACPI: Sleep Button [SLPB]
[   28.627375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input10
[   28.627376] ACPI: Power Button [PWRF]
[   28.634518] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[   28.634912] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11
[   28.637130] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   28.668692] ACPI: Battery Slot [BAT0] (battery present)
[   28.668864] wmi: Mapper loaded
[   28.672698] [drm] Initialized
[   28.673414] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   28.673581] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000184F (\GPIS) (20160930/utaddress-247)
[   28.673585] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20160930/utaddress-247)
[   28.673590] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   28.673663] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\GPIO) (20160930/utaddress-247)
[   28.673666] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C63 (\GP01) (20160930/utaddress-247)
[   28.673668] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR) (20160930/utaddress-247)
[   28.673671] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   28.673675] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\GPIO) (20160930/utaddress-247)
[   28.673679] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C63 (\GP01) (20160930/utaddress-247)
[   28.673680] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20160930/utaddress-247)
[   28.673682] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR) (20160930/utaddress-247)
[   28.673684] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   28.673712] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C7F (\GPIO) (20160930/utaddress-247)
[   28.673714] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C63 (\GP01) (20160930/utaddress-247)
[   28.673716] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20160930/utaddress-247)
[   28.673718] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR) (20160930/utaddress-247)
[   28.673720] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   28.673721] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   28.673753] thermal LNXTHERM:00: registered as thermal_zone0
[   28.673754] ACPI: Thermal Zone [THRM] (63 C)
[   28.674098] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   28.674120] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   28.684004] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   28.684303] snd_hda_codec_conexant hdaudioC0D0: CX20751/2: BIOS auto-probing.
[   28.684611] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   28.684613] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   28.684615] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   28.684616] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[   28.684617] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[   28.684619] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1a
[   28.684620] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x18
[   28.685537] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
[   28.686332] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   28.686334] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   28.686334] RAPL PMU: hw unit of domain package 2^-14 Joules
[   28.686334] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   28.686335] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   28.687057] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   28.687063] r8169 0000:05:00.1: can't disable ASPM; OS doesn't have ASPM control
[   28.688383] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   28.688545] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   28.688617] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   28.697957] r8169 0000:05:00.1 eth0: RTL8411 at 0xffffc90000d8d000, 1c:b7:2c:a1:0b:e7, XID 1c800800 IRQ 36
[   28.697959] r8169 0000:05:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   28.742615] media: Linux media interface: v0.10
[   28.742635] Intel(R) Wireless WiFi driver for Linux
[   28.742636] Copyright(c) 2003- 2015 Intel Corporation
[   28.742940] mousedev: PS/2 mouse device common for all mice
[   28.743393] Bluetooth: Core ver 2.22
[   28.743403] NET: Registered protocol family 31
[   28.743404] Bluetooth: HCI device and connection manager initialized
[   28.743407] Bluetooth: HCI socket layer initialized
[   28.743409] Bluetooth: L2CAP socket layer initialized
[   28.743413] Bluetooth: SCO socket layer initialized
[   28.748736] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-26.ucode failed with error -2
[   28.748751] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-25.ucode failed with error -2
[   28.748760] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-24.ucode failed with error -2
[   28.748770] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7265D-23.ucode failed with error -2
[   28.751343] [drm] Found 128MB of eDRAM
[   28.751353] [drm] Memory usable by graphics device = 2048M
[   28.751354] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[   28.751354] fb: switching to inteldrmfb from EFI VGA
[   28.751369] Console: switching to colour dummy device 80x25
[   28.751428] [drm] Replacing VGA console driver
[   28.751728] Linux video capture interface: v2.00
[   28.757052] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   28.757053] [drm] Driver supports precise vblank timestamp query.
[   28.757238] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   28.759372] usbcore: registered new interface driver btusb
[   28.759476] iwlwifi 0000:04:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[   28.759774] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   28.762097] intel_rapl: Found RAPL domain package
[   28.762099] intel_rapl: Found RAPL domain core
[   28.762100] intel_rapl: Found RAPL domain uncore
[   28.762100] intel_rapl: Found RAPL domain dram
[   28.762104] intel_rapl: RAPL package 0 domain package locked by BIOS
[   28.762108] intel_rapl: RAPL package 0 domain dram locked by BIOS
[   28.770230] asus_wmi: ASUS WMI generic driver loaded
[   28.771860] uvcvideo: Found UVC 1.00 device USB2.0 UVC HD Webcam (13d3:5654)
[   28.773394] asus_wmi: Initialization: 0x1
[   28.773429] asus_wmi: BIOS WMI version: 7.9
[   28.773474] asus_wmi: SFUN value: 0x6a0877
[   28.774095] Bluetooth: hci0: read Intel version: 370810011003110e00
[   28.777237] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input20
[   28.780198] asus_wmi: Number of fans: 1
[   28.780870] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[   28.784272] uvcvideo 3-7:1.0: Entity type for entity Extension 4 was not initialized!
[   28.784274] uvcvideo 3-7:1.0: Entity type for entity Processing 2 was not initialized!
[   28.784276] uvcvideo 3-7:1.0: Entity type for entity Camera 1 was not initialized!
[   28.784348] input: USB2.0 UVC HD Webcam as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input21
[   28.784401] usbcore: registered new interface driver uvcvideo
[   28.784402] USB Video Class driver (1.1.1)
[   28.795987] r8169 0000:05:00.1 enp5s0f1: renamed from eth0
[   28.803000] Adding 16777212k swap on /dev/mapper/volume-lv_swap.  Priority:-1 extents:1 across:16777212k SSFS
[   28.804120] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   28.805619] usb 3-5: USB disconnect, device number 3
[   28.807313] iTCO_vendor_support: vendor-support=0
[   28.807707] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[   28.810080] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   28.810112] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   28.810206] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   28.810621] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f/LNXVIDEO:00/input/input22
[   28.812034] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   28.816034] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input23
[   28.816350] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[   28.818415] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   28.818718] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   28.827002] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   28.827008] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[   28.832898] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: data=ordered
[   28.834962] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: data=ordered
[   28.839469] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: data=ordered
[   28.840855] fbcon: inteldrmfb (fb0) is primary device
[   28.841341] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: data=ordered
[   28.849949] nvidia: module license 'NVIDIA' taints kernel.
[   28.849950] Disabling lock debugging due to kernel taint
[   28.857220] nvidia-nvlink: Nvlink Core is being initialized, major device number 243
[   28.857228] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  378.13  Tue Feb  7 20:10:06 PST 2017
[   28.857229]  (using threaded interrupts)

[   28.868062] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  378.13  Tue Feb  7 18:30:08 PST 2017
[   28.870800] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   28.875261] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card1/input24
[   28.875305] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card1/input25
[   28.889122] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   28.890849] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[   28.986058] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   29.015411] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   29.331461] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f00)
[   29.346009] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
[   29.361517] psmouse serio4: elantech: Elan sample query result 00, 23, 64
[   29.411496] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready
[   29.432513] r8169 0000:05:00.1 enp5s0f1: link down
[   29.432514] r8169 0000:05:00.1 enp5s0f1: link down
[   29.432577] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready
[   29.436070] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   29.436453] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input19
[   29.438188] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.438474] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.504382] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.504672] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.517686] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   29.524701] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.524988] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.590841] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.591130] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   29.605683] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   29.713424] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   30.107262] Console: switching to colour frame buffer device 240x67
[   30.134276] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   30.363949] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.364049] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.364109] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.364164] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.364218] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.364300] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.364355] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.425388] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[   30.708629] nvidia-modeset: Allocated GPU:0 (GPU-102544ec-1d27-1806-0101-2f96d7bdb016) @ PCI:0000:01:00.0
[   30.708803] nvidia-modeset: Freed GPU:0 (GPU-102544ec-1d27-1806-0101-2f96d7bdb016) @ PCI:0000:01:00.0
[   30.850144] Bluetooth: hci0 command 0xfc8e tx timeout
[   31.158574] r8169 0000:05:00.1 enp5s0f1: link up
[   31.158581] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0f1: link becomes ready
[   32.100746] fuse init (API version 7.26)
[   38.956279] Bluetooth: hci0 sending Intel patch command (0xfc8e) failed (-110)
[   38.956331] Bluetooth: hci0 sending frame failed (-19)
[   41.089419] Bluetooth: hci0 command 0xfc11 tx timeout
[   41.089422] Bluetooth: hci0: Exiting manufacturer mode failed (-110)
[  351.060714] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[  355.384246] usb 3-3.2: USB disconnect, device number 6
[  355.974638] usb 3-3.2: new low-speed USB device number 7 using xhci_hcd
[  356.073045] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0004/input/input26
[  356.073438] hid-generic 0003:1A2C:0042.0004: input,hidraw2: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[  530.986720] usb 3-3.2: USB disconnect, device number 7
[  531.577481] usb 3-3.2: new low-speed USB device number 8 using xhci_hcd
[  531.675822] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0005/input/input27
[  531.676293] hid-generic 0003:1A2C:0042.0005: input,hidraw2: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[  666.035135] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[  759.385626] nvidia-modeset: Allocated GPU:0 (GPU-102544ec-1d27-1806-0101-2f96d7bdb016) @ PCI:0000:01:00.0
[  759.385759] nvidia-modeset: Freed GPU:0 (GPU-102544ec-1d27-1806-0101-2f96d7bdb016) @ PCI:0000:01:00.0
[  981.013553] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 1295.988782] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 1610.961525] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 1635.500623] mate-session[1524]: segfault at 0 ip 00007fbb16b6def4 sp 00007fff9e9c4060 error 4 in libgdk-3.so.0.2200.10[7fbb16b3a000+ec000]
[ 1648.281878] mate-session[1546]: segfault at 0 ip 00007f9d57820ef4 sp 00007ffffdabce40 error 4 in libgdk-3.so.0.2200.10[7f9d577ed000+ec000]
[ 1925.935533] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 1967.777823] mate-session[1631]: segfault at 0 ip 00007f4d36eeaef4 sp 00007ffcda4dfbc0 error 4 in libgdk-3.so.0.2200.10[7f4d36eb7000+ec000]
[ 2240.914255] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 2555.888748] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 2870.863520] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3168.193586] mate-session[1783]: segfault at 0 ip 00007f66af4a7ef4 sp 00007fffb8194680 error 4 in libgdk-3.so.0.2200.10[7f66af474000+ec000]
[ 3185.837230] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3500.815728] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3812.653584] usb 3-3.1: USB disconnect, device number 4
[ 3812.946000] usb 3-3.2: USB disconnect, device number 8
[ 3813.192340] usb 3-3.2: new low-speed USB device number 9 using xhci_hcd
[ 3813.290602] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0006/input/input28
[ 3813.291081] hid-generic 0003:1A2C:0042.0006: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 3813.498981] usb 3-3.1: new low-speed USB device number 10 using xhci_hcd
[ 3813.598472] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.0/0003:1A2C:0E24.0007/input/input29
[ 3813.652824] hid-generic 0003:1A2C:0E24.0007: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:14.0-3.1/input0
[ 3813.656790] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.1/0003:1A2C:0E24.0008/input/input30
[ 3813.712719] hid-generic 0003:1A2C:0E24.0008: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:14.0-3.1/input1
[ 3815.790626] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3815.802012] usb 3-3.4: new full-speed USB device number 11 using xhci_hcd
[ 3816.743100] usb 3-3.4: not running at top speed; connect to a high speed hub
[ 3816.777975] usb-storage 3-3.4:1.0: USB Mass Storage device detected
[ 3816.778127] scsi host5: usb-storage 3-3.4:1.0
[ 3816.778253] usbcore: registered new interface driver usb-storage
[ 3816.780522] usbcore: registered new interface driver uas
[ 3816.877239] usb 3-3.2: USB disconnect, device number 9
[ 3817.465322] usb 3-3.2: new low-speed USB device number 12 using xhci_hcd
[ 3817.563425] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0009/input/input31
[ 3817.563790] hid-generic 0003:1A2C:0042.0009: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 3817.780460] scsi 5:0:0:0: Direct-Access     WD       Elements 1078    1065 PQ: 0 ANSI: 6
[ 3817.783810] sd 5:0:0:0: [sdb] Unit Not Ready
[ 3817.783816] sd 5:0:0:0: [sdb] Sense Key : 0x4 [current] 
[ 3817.783820] sd 5:0:0:0: [sdb] ASC=0x44 <<vendor>>ASCQ=0x81 
[ 3821.356760] usb 3-3.2: USB disconnect, device number 12
[ 3821.944878] usb 3-3.2: new low-speed USB device number 13 using xhci_hcd
[ 3822.043604] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000A/input/input32
[ 3822.043991] hid-generic 0003:1A2C:0042.000A: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 3840.017300] usb 3-3.4: USB disconnect, device number 11
[ 3840.030467] sd 5:0:0:0: [sdb] Read Capacity(10) failed: Result: hostbyte=0x01 driverbyte=0x00
[ 3840.030472] sd 5:0:0:0: [sdb] Sense not available.
[ 3840.030480] sd 5:0:0:0: [sdb] 0 512-byte logical blocks: (0 B/0 B)
[ 3840.030483] sd 5:0:0:0: [sdb] 0-byte physical blocks
[ 3840.030573] sd 5:0:0:0: [sdb] Write Protect is off
[ 3840.030578] sd 5:0:0:0: [sdb] Mode Sense: 00 00 00 00
[ 3840.030664] sd 5:0:0:0: [sdb] Asking for cache data failed
[ 3840.030746] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 3840.031509] sd 5:0:0:0: [sdb] Read Capacity(10) failed: Result: hostbyte=0x01 driverbyte=0x00
[ 3840.031514] sd 5:0:0:0: [sdb] Sense not available.
[ 3840.031663] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 3846.453125] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 3846.471579] usb-storage 4-1:1.0: USB Mass Storage device detected
[ 3846.471825] scsi host5: usb-storage 4-1:1.0
[ 3847.483804] scsi 5:0:0:0: Direct-Access     WD       Elements 1078    1065 PQ: 0 ANSI: 6
[ 3847.485417] sd 5:0:0:0: [sdb] Spinning up disk...
[ 3848.496217] .
[ 3849.509502] .
[ 3850.522724] .
[ 3851.535998] .
[ 3852.549229] .
[ 3853.562484] .
[ 3853.733500] ready
[ 3853.733769] sd 5:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[ 3853.734105] sd 5:0:0:0: [sdb] Write Protect is off
[ 3853.734109] sd 5:0:0:0: [sdb] Mode Sense: 53 00 10 08
[ 3853.734378] sd 5:0:0:0: [sdb] No Caching mode page found
[ 3853.734454] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[ 3853.854639]  sdb: sdb1
[ 3853.856238] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 4130.764352] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 4222.733882] usb 3-3.2: USB disconnect, device number 13
[ 4223.323363] usb 3-3.2: new low-speed USB device number 14 using xhci_hcd
[ 4223.422005] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000B/input/input33
[ 4223.422385] hid-generic 0003:1A2C:0042.000B: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 4445.737797] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 4473.722575] usb 3-3.2: USB disconnect, device number 14
[ 4474.310275] usb 3-3.2: new low-speed USB device number 15 using xhci_hcd
[ 4474.408786] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000C/input/input34
[ 4474.409289] hid-generic 0003:1A2C:0042.000C: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 4760.713271] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 4960.085041] usb 3-3.2: USB disconnect, device number 15
[ 4960.675295] usb 3-3.2: new low-speed USB device number 16 using xhci_hcd
[ 4960.774144] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000D/input/input35
[ 4960.774668] hid-generic 0003:1A2C:0042.000D: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 5046.038595] xhci_hcd 0000:00:14.0: Cannot set link state.
[ 5046.038603] usb usb4-port1: cannot disable (err = -32)
[ 5046.039906] usb 4-1: USB disconnect, device number 2
[ 5075.690548] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 5390.664220] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 5705.638640] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 6020.617106] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 6164.088171] usb 3-3.2: USB disconnect, device number 16
[ 6164.677032] usb 3-3.2: new low-speed USB device number 17 using xhci_hcd
[ 6164.775622] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000E/input/input36
[ 6164.776054] hid-generic 0003:1A2C:0042.000E: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 6169.719677] usb 3-3.2: USB disconnect, device number 17
[ 6170.310018] usb 3-3.2: new low-speed USB device number 18 using xhci_hcd
[ 6170.408731] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.000F/input/input37
[ 6170.409259] hid-generic 0003:1A2C:0042.000F: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 6262.768499] usb 3-3.2: USB disconnect, device number 18
[ 6263.359315] usb 3-3.2: new low-speed USB device number 19 using xhci_hcd
[ 6263.457213] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.2/3-3.2:1.0/0003:1A2C:0042.0010/input/input38
[ 6263.457517] hid-generic 0003:1A2C:0042.0010: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-3.2/input0
[ 6335.591174] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 6650.565506] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 6965.540094] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 7280.518273] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 7595.492810] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 7910.466956] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 8225.441031] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 8540.418862] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 8847.210130] usb 3-3: USB disconnect, device number 2
[ 8847.210134] usb 3-3.1: USB disconnect, device number 10
[ 8847.352591] usb 3-3.2: USB disconnect, device number 19
[ 8855.393772] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 9170.368127] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 9485.342708] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 9800.319437] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[10115.294768] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[10430.268353] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[10745.242651] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[11060.221288] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[11375.195227] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[11690.169660] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[12005.143745] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[12320.121789] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[12635.095745] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[12950.068423] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[13265.044662] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[13580.022239] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[13894.996767] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[14209.971427] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[14524.945810] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[14839.924155] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[15154.897693] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[15469.871475] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[15784.846381] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[16099.823864] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[16414.798143] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[16729.772300] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[17044.746975] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[17359.724681] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[17674.699057] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[17989.673794] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[18304.648030] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[18619.626743] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[18934.599642] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[19249.574854] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[19564.548948] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[19879.527081] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[20194.501188] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[20509.474909] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[20824.450525] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[21139.428407] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[21454.402033] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[21769.375747] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[22084.350680] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[22399.329051] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[22714.303244] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[23029.277073] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[23344.251929] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[23659.230073] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[23974.204067] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[24289.178127] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[24583.553153] mate-session[2985]: segfault at 0 ip 00007f978ed09ef4 sp 00007fff20d36170 error 4 in libgdk-3.so.0.2200.10[7f978ecd6000+ec000]
[24604.152795] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[24627.982126] mate-session[3005]: segfault at 0 ip 00007f15e4d1fef4 sp 00007ffe0fa88180 error 4 in libgdk-3.so.0.2200.10[7f15e4cec000+ec000]
[24654.731114] mate-session[3021]: segfault at 0 ip 00007f123f74fef4 sp 00007fffda2e1180 error 4 in libgdk-3.so.0.2200.10[7f123f71c000+ec000]
[24919.131058] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[25234.103889] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[25499.673434] ICMPv6: process `grep' is using deprecated sysctl (syscall) net.ipv6.neigh.default.base_reachable_time - use net.ipv6.neigh.default.base_reachable_time_ms instead
[25499.674704] nr_pdflush_threads exported in /proc is scheduled for removal
[25549.078871] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[25864.053657] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[26179.031684] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready

Last edited by darius.V (2017-04-13 16:28:28)

Offline

#5 2017-04-13 16:31:30

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [solved] Arch linux black screen on boot (After upgrade)

The system appears to use Hybrid_graphics have you configured NVIDIA_Optimus or Bumblebee?
Edit:
Can you also please post the contents of /var/log/lightdm/seat0-greeter.log

Last edited by loqs (2017-04-13 16:38:29)

Offline

#6 2017-04-13 16:50:49

darius.V
Member
Registered: 2017-02-03
Posts: 18

Re: [solved] Arch linux black screen on boot (After upgrade)

No I don't wink
If I remember well, I have just install driver with pacman. But many commands have gone been passed to the keyboard since smile

loqs wrote:

The system appears to use Hybrid_graphics

Can you tell me How you have see that plse?

Last edited by darius.V (2017-04-20 14:42:49)

Offline

#7 2017-04-13 17:02:16

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [solved] Arch linux black screen on boot (After upgrade)

darius.V wrote:

Can you tell me How you have see that plse?

Certainly from /var/log/Xorg.0.log

[    30.128] (II) xfree86: Adding drm device (/dev/dri/card1)
[    30.128] (II) xfree86: Adding drm device (/dev/dri/card0)
[    30.145] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    30.145] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    30.146] (--) PCI: (0:0:2:0) 8086:0d26:1043:1a8d rev 8, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    30.146] (--) PCI:*(0:1:0:0) 10de:139a:1043:1a8d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
...
[    30.211] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    30.211] 	loading driver: nvidia
[    30.211] (II) Applying OutputClass "intel" to /dev/dri/card0
[    30.211] 	loading driver: modesetting

This should also show two cards

$ lspci | grep -e VGA -e 3D

Offline

#8 2017-04-13 17:09:51

darius.V
Member
Registered: 2017-02-03
Posts: 18

Re: [solved] Arch linux black screen on boot (After upgrade)

Effectively wink Thanks

loqs wrote:

Can you also please post the contents of /var/log/lightdm/seat0-greeter.log

He have also lot of warning in this file

 $ cat /var/log/lightdm/seat0-greeter.log
** Message: Starting lightdm-gtk-greeter 2.0.2 (Oct 17 2016, 14:22:50)
** Message: [Configuration] Reading file: /etc/lightdm/lightdm-gtk-greeter.conf

** (lightdm-gtk-greeter:705): WARNING **: [PIDs] Failed to execute command: upstart

** (lightdm-gtk-greeter:705): WARNING **: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

(lightdm-gtk-greeter:705): Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node menubar owner GreeterMenuBar)

Last edited by darius.V (2017-04-13 17:13:49)

Offline

#9 2017-04-13 17:17:04

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [solved] Arch linux black screen on boot (After upgrade)

If you want to use the Nvidia GPU  then you need to configure optimus or bumblebee if you want to just use the integrated GPU ( which I suspect is what has been happening in the past ) then removing the nvidia packages should be enough.

Offline

#10 2017-04-14 14:50:35

darius.V
Member
Registered: 2017-02-03
Posts: 18

Re: [solved] Arch linux black screen on boot (After upgrade)

Thanks for your reply, I went see that this week-end. For now my boss want solved it this afternoon and you must never contradict a boss ,) and believe in your boss also ,) .
I tell you if I have succed (or my boss succed) monday.
Have a good week-end

Offline

#11 2017-04-14 18:17:12

Stewart Little
Member
From: England, UK
Registered: 2017-01-18
Posts: 120

Re: [solved] Arch linux black screen on boot (After upgrade)

Always remember if the matter is solved please tell us and mark your thread as [Solved] at the beginning of the text.


“Great minds discuss ideas; average minds discuss events; small minds discuss people.” -Eleanor Roosevelt
“It is our choices, that show what we truly are, far more than our abilities.” -J. K Rowling
-----
How to Ask Questions the Smart Way

Offline

#12 2017-04-18 12:56:04

darius.V
Member
Registered: 2017-02-03
Posts: 18

Re: [solved] Arch linux black screen on boot (After upgrade)

I don't have time for now. I have another problem with another computer but debian this few ,) .
I went try to solved it this week if I find time.

Offline

#13 2017-04-20 15:23:48

darius.V
Member
Registered: 2017-02-03
Posts: 18

Re: [solved] Arch linux black screen on boot (After upgrade)

Hello every body, the problem is effectively my graphic card. I went try to configure

loqs wrote:

removing the nvidia packages should be enough

$ lspci -k | grep -A 2 "VGA"
00:02.0 VGA compatible controller: Intel Corporation Crystal Well Integrated Graphics Controller (rev 08)
	Subsystem: ASUSTeK Computer Inc. Device 1a8d
	Kernel driver in use: i915
pacman -Ss i915
extra/xf86-video-intel 1:2.99.917+770+gcb6ba2da-1 (xorg-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video drivers
pacman -R xf86-video-intel

This "solution" have works for me, now I went try to configure NVIDIA_Optimus or Bumbledee.
Thanks every body

Last edited by darius.V (2017-04-20 15:28:49)

Offline

Board footer

Powered by FluxBB