You are not logged in.

#1 2020-01-06 18:53:42

jones
Member
Registered: 2013-03-14
Posts: 247

[SOLVED] Cannot use keyboard after screenlock (light-locker)

edit:
SOLUTION is in my last post: https://bbs.archlinux.org/viewtopic.php … 1#p1913741

I am experiencing a non-responsive keyboard after I logged back into XFCE after a screenlock. It only happens when the screenlock happened because of the security settings (10 seconds after screensaver activation).

To get the keyboard presses to register after login, I have to use the mouse to click anywhere on XFCE's task bar. After that, typing on/using the keyboard works as intended.

And then occasionally, the monitor just goes black and screenlocked, even if I continue to use the PC in a normal fashion, whether it is watching something in VLC or during browsing and typing up a post somewhere. In these cases, when the display switches back on, it looks like this:
JaKmaUNm.jpg
which is not how the login screen usually looks (on bootup or after manual and automatic screenlocking). Then It looks like this:
tTlDZTWm.jpg
These are clickable thumbnails, btw.

Some info:
$ pacman -Q light-locker

light-locker 1.8.0-3

$ cat /usr/bin/xflock4

#!/bin/sh
#
#  xfce4
#
#  Copyright (C) 1999, 2003 Olivier Fourdan (fourdan@xfce.org)
#  Copyright (C) 2011       Guido Berhoerster (guido+xfce.org@berhoerster.name)
#  Copyright (C) 2011       Jarno Suni (8@iki.fi)
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#

# First test for the command set in the session's xfconf channel
LOCK_CMD=$(xfconf-query -c xfce4-session -p /general/LockCommand)

# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
for lock_cmd in \
    "$LOCK_CMD" \
    "light-locker-command -l"\
    "xfce4-screensaver-command --lock" \
    "xscreensaver-command -lock" \
    "gnome-screensaver-command --lock"
do
    if [ ! -z "$lock_cmd" ]; then
        $lock_cmd >/dev/null 2>&1 && exit
    fi
done

# else run another access locking utility, if installed
for lock_cmd in \
  "xlock -mode blank" \
  "slock"
  do
    set -- $lock_cmd
    if command -v -- $1 >/dev/null 2>&1; then
        $lock_cmd >/dev/null 2>&1 &
	# turn off display backlight:
	xset dpms force off
        exit
    fi
done

# else access locking failed
exit 1

$ systemctl list-units | grep lightdm

lightdm.service                                                                           loaded active running   Light Display Manager  

Did I misconfigure something? Or is there a problem with the programs?

Last edited by jones (2020-07-03 08:32:41)

Offline

#2 2020-01-07 07:43:33

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

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

Are there any debug msg output by:
1. Open terminal
2. Manually running xflock4
3. Unlock and check terminal for output? Show us here?

Any other logs to show us of relevance? Maybe output of systemctl status of lightdm.service?

Offline

#3 2020-01-07 11:32:34

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

Hi Frank, thank you for your reply.

frank604 wrote:

Are there any debug msg output by:
1. Open terminal
2. Manually running xflock4
3. Unlock and check terminal for output? Show us here?

In short: there was/is no terminal output. It all went ok.

Here is what happened:

  1. Screen went black immediately.

  2. The display turned off, that usual notification from the display itself popped up and said it goes into energy saving mode.

  3. Once I started typing my password, it came back on. I saw the bullets fill LightDM's password prompt while I was typing (or actually finished typing my pw as the display does not turn on that super fast).

  4. And I am now typing up this post. That's about it

Any other logs to show us of relevance? Maybe output of systemctl status of lightdm.service?

$  systemctl status lightdm.service

● lightdm.service - Light Display Manager
     Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
     Active: active (running) since Tue 2020-01-07 10:38:13 CET; 1h 55min ago
       Docs: man:lightdm(1)
   Main PID: 530 (lightdm)
      Tasks: 12 (limit: 9182)
     Memory: 208.3M
     CGroup: /system.slice/lightdm.service
             ├─530 /usr/bin/lightdm
             └─545 /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch

Jan 07 10:38:12 myarch systemd[1]: Starting Light Display Manager...
Jan 07 10:38:13 myarch systemd[1]: Started Light Display Manager.
Jan 07 10:38:17 myarch lightdm[574]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Jan 07 10:38:52 myarch lightdm[663]: pam_unix(lightdm:session): session opened for user john by (uid=0)
Jan 07 10:59:42 myarch lightdm[3605]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Jan 07 11:12:31 myarch lightdm[3922]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Jan 07 12:26:21 myarch lightdm[6582]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
~
~
~
~
~

Last edited by jones (2020-01-07 11:33:46)

Offline

#4 2020-01-07 12:50:37

seth
Member
Registered: 2012-09-03
Posts: 50,967

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

Is this a "the keyboard focus went nowhere"  issue or "the keyboard is grabbed" issue?
Do global shortcuts like eg. alt+tab work w/o having to click the taskbar?
Does it have to be the taskbar? Can you click the desktop and/or some window to (ungrab and) pass the keyboard focus there?

Online

#5 2020-01-07 14:10:03

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

seth wrote:

Is this a "the keyboard focus went nowhere"  issue or "the keyboard is grabbed" issue?

The former. If I press anything, nothing happens... anywhere, as far as I can tell.

Do global shortcuts like eg. alt+tab work w/o having to click the taskbar?

No, they do not.

Does it have to be the taskbar? Can you click the desktop and/or some window to (ungrab and) pass the keyboard focus there?

As far as I can tell, no, it has to be one of the task bars (whether it's the "typical" one up top with the running programs or one with folder symbols does not matter, clicking on both brings back the key presses being registered).

Another thing: Going through my last post, I noticed there are 2 instances of LightDM running, or rather, started. Is that ok? I am talking about this =>
Jan 07 10:38:12 myarch systemd[1]: Starting Light Display Manager...
Jan 07 10:38:13 myarch systemd[1]: Started Light Display Manager.

Last edited by jones (2020-01-07 14:11:16)

Offline

#6 2020-01-07 14:25:45

seth
Member
Registered: 2012-09-03
Posts: 50,967

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

Sounds more like the latter (grabbed keyboard)

xdotool key "XF86LogGrabInfo"

Will print all grabs into the Xorg log. You could timer this (sleep 20; …) trigger the lock, unlock, wait until the command ran and inspect the lock whether and what client holds a keyboard grab after the unlock.

Jan 07 10:38:12 myarch systemd[1]: Starting Light Display Manager...
Jan 07 10:38:13 myarch systemd[1]: Started Light Display Manager.

Online

#7 2020-01-07 16:34:26

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

I accidentally ran the command twice but I think I found the interesting part in the section ending with .154:

[ 24610.154]   Printing all registered grabs of client pid 903 xfce4-power-manager --restart --sm-client-id 2ff254ad6-b0bb-4c99-b2f5-3693dbe76e20
[ 24610.154]   grab 0x41c00007 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 124 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c00008 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 213 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c00009 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 150 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000a (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 233 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000b (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 232 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000c (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 244 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000d (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 238 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000e (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 237 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   Printing all registered grabs of client pid 899 xfce4-terminal --geometry=100x23 --display :0.0 --role=xfce4-terminal-1558165360--70625691 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/john --window --geometry=100x23 --display :0.0 --role=xfce4-terminal-1548055187--2050101548 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/john --window --geometry=100x23 --display :0.0 --role=xfce4-terminal-1548055186-1463994734 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/john --window --geometry=100x23 --display :0.0 --role=xfce4-terminal-1548055185--1159187061 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /home/john/Dokumente/Finanzen/Finanzen.ods-Anleitung-Guide/Guide-EN --sm-client-id 22cdb39ca-c79f-4c16-b317-159deb5225ef
[ 24610.155]   Printing all registered grabs of client pid 908 /usr/lib/xfce4/notifyd/xfce4-notifyd 
[ 24610.155]   Printing all registered grabs of client pid 929 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libscreenshooterplugin.so 29 16777236 screenshooter Bildschirmfoto Bildschirmfoto des ganzen Bildschirms, des aktuellen Fensters oder eines Bereichs erstellen 
[ 24610.155]   Printing all registered grabs of client pid 957 xfce4-screensaver 
[ 24610.155]   Printing all registered grabs of client pid 961 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 
[ 24610.155]   Printing all registered grabs of client pid 825 /usr/bin/pulseaudio --daemonize=no
[ 24610.155]   Printing all registered grabs of client pid 969 light-locker 
[ 24610.155]   Printing all registered grabs of client pid 933 albert 
[ 24610.155]   grab 0x42c00007 (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   grab 0x42c00008 (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   grab 0x42c00009 (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   grab 0x42c0000a (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   Printing all registered grabs of client pid 933 albert 
[ 24610.155]   Printing all registered grabs of client pid 884 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libpulseaudio-plugin.so 17 16777224 pulseaudio PulseAudio-Modul Die Lautstärke des PulseAudio-Klangsystems anpassen 
[ 24610.155]   Printing all registered grabs of client pid 931 python3 /usr/bin/redshift-gtk
[ 24610.155]   Printing all registered grabs of client pid 958 /usr/bin/python /usr/bin/blueman-applet
[ 24610.155]   Printing all registered grabs of client pid 1095 /usr/bin/Thunar --daemon
[ 24610.155]   Printing all registered grabs of client pid 1106 /usr/bin/redshift -v
[ 24610.155]   Printing all registered grabs of client pid 1116 /usr/bin/python /usr/bin/blueman-tray
[ 24610.155]   Printing all registered grabs of client pid 20781 /usr/lib/firefox/firefox https://bbs.archlinux.org/viewtopic.php?pid=1881531#p1881531

I am totally lost on this. Will go googling around, unless someone else would be willing to jump in.

I understood the note about the bits "startING" and "startED". Thanks.

Last edited by jones (2020-01-07 16:35:13)

Offline

#8 2020-01-07 16:40:41

seth
Member
Registered: 2012-09-03
Posts: 50,967

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

There're no active grabs in that excerpt. Those are just a bunch of passive grabs, typical for global shortcut features.
They don't explain what you describe.

Online

#9 2020-01-07 16:46:48

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

For the sake of completeness, here is the entire content of /etc/var/log/Xorg.0.log except for 2 lines which related to personal data:

[    22.399] 
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[    22.399] Build Operating System: Linux Arch Linux
[    22.399] Current Operating System: Linux myarch 5.4.8-arch1-1 #1 SMP PREEMPT Sat, 04 Jan 2020 23:46:18 +0000 x86_64
[    22.399] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img earlyprintk=efi root=PARTUUID=88e6edc4-4ddb-460a-854a-6ff0ffc19a7e rw
[    22.399] Build Date: 04 January 2020  10:10:25AM
[    22.399]  
[    22.399] Current version of pixman: 0.38.4
[    22.399] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.399] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.400] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan  7 10:38:13 2020
[    22.531] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    22.531] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.586] (==) No Layout section.  Using the first Screen section.
[    22.586] (==) No screen section available. Using defaults.
[    22.586] (**) |-->Screen "Default Screen Section" (0)
[    22.586] (**) |   |-->Monitor "<default monitor>"
[    22.604] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    22.604] (==) Automatically adding devices
[    22.604] (==) Automatically enabling devices
[    22.604] (==) Automatically adding GPU devices
[    22.604] (==) Automatically binding GPU devices
[    22.604] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    22.699] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    22.699] 	Entry deleted from font path.
[    22.699] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    22.699] 	Entry deleted from font path.
[    22.699] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    22.699] 	Entry deleted from font path.
[    22.699] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    22.699] (==) ModulePath set to "/usr/lib/xorg/modules"
[    22.699] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.699] (II) Module ABI versions:
[    22.700] 	X.Org ANSI C Emulation: 0.4
[    22.700] 	X.Org Video Driver: 24.0
[    22.700] 	X.Org XInput driver : 24.1
[    22.700] 	X.Org Server Extension : 10.0
[    22.701] (++) using VT number 7

[    22.701] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    22.702] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.718] (--) PCI:*(0@0:2:0) 8086:0102:1849:0102 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    22.718] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.718] (II) LoadModule: "glx"
[    22.753] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.984] (II) Module glx: vendor="X.Org Foundation"
[    22.984] 	compiled for 1.20.6, module version = 1.0.0
[    22.984] 	ABI class: X.Org Server Extension, version 10.0
[    22.984] (==) Matched intel as autoconfigured driver 0
[    22.984] (==) Matched modesetting as autoconfigured driver 1
[    22.984] (==) Matched fbdev as autoconfigured driver 2
[    22.984] (==) Matched vesa as autoconfigured driver 3
[    22.984] (==) Assigned the driver to the xf86ConfigLayout
[    22.984] (II) LoadModule: "intel"
[    23.026] (WW) Warning, couldn't open module intel
[    23.026] (EE) Failed to load module "intel" (module does not exist, 0)
[    23.026] (II) LoadModule: "modesetting"
[    23.026] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    23.098] (II) Module modesetting: vendor="X.Org Foundation"
[    23.099] 	compiled for 1.20.6, module version = 1.20.6
[    23.099] 	Module class: X.Org Video Driver
[    23.099] 	ABI class: X.Org Video Driver, version 24.0
[    23.099] (II) LoadModule: "fbdev"
[    23.099] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    23.099] (II) Module fbdev: vendor="X.Org Foundation"
[    23.099] 	compiled for 1.20.0, module version = 0.5.0
[    23.099] 	Module class: X.Org Video Driver
[    23.099] 	ABI class: X.Org Video Driver, version 24.0
[    23.099] (II) LoadModule: "vesa"
[    23.099] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    23.117] (II) Module vesa: vendor="X.Org Foundation"
[    23.117] 	compiled for 1.20.0, module version = 2.4.0
[    23.117] 	Module class: X.Org Video Driver
[    23.117] 	ABI class: X.Org Video Driver, version 24.0
[    23.117] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    23.117] (II) FBDEV: driver for framebuffer: fbdev
[    23.117] (II) VESA: driver for VESA chipsets: vesa
[    23.147] (II) modeset(0): using drv /dev/dri/card0
[    23.147] (WW) Falling back to old probe method for fbdev
[    23.148] (II) Loading sub module "fbdevhw"
[    23.148] (II) LoadModule: "fbdevhw"
[    23.148] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    23.161] (II) Module fbdevhw: vendor="X.Org Foundation"
[    23.161] 	compiled for 1.20.6, module version = 0.0.2
[    23.161] 	ABI class: X.Org Video Driver, version 24.0
[    23.161] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    23.161] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    23.161] (==) modeset(0): RGB weight 888
[    23.161] (==) modeset(0): Default visual is TrueColor
[    23.161] (II) Loading sub module "glamoregl"
[    23.161] (II) LoadModule: "glamoregl"
[    23.161] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    23.212] (II) Module glamoregl: vendor="X.Org Foundation"
[    23.212] 	compiled for 1.20.6, module version = 1.0.1
[    23.212] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.887] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Sandybridge Desktop 
[    23.887] (II) modeset(0): glamor initialized
[    23.888] (II) modeset(0): Output VGA-1 has no monitor section
[    23.890] (II) modeset(0): Output HDMI-1 has no monitor section
[    23.890] (II) modeset(0): Output DP-1 has no monitor section
[    24.068] (II) modeset(0): Output HDMI-2 has no monitor section
[    24.096] (II) modeset(0): Output HDMI-3 has no monitor section
[    24.096] (II) modeset(0): Output DP-2 has no monitor section
[    24.174] (II) modeset(0): Output DP-3 has no monitor section
[    24.180] (II) modeset(0): EDID for output VGA-1
[    24.182] (II) modeset(0): EDID for output HDMI-1
[    24.182] (II) modeset(0): EDID for output DP-1
[    24.362] (II) modeset(0): EDID for output HDMI-2
[    24.388] (II) modeset(0): EDID for output HDMI-3
[    24.388] (II) modeset(0): Manufacturer: DEL  Model: a0a4  Serial#: 911226956
[    24.388] (II) modeset(0): Year: 2014  Week: 53
[    24.388] (II) modeset(0): EDID Version: 1.3
[    24.388] (II) modeset(0): Digital Display Input
[    24.388] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    24.388] (II) modeset(0): Gamma: 2.20
[    24.388] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    24.388] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    24.388] (II) modeset(0): Default color space is primary color space
[    24.388] (II) modeset(0): First detailed timing is preferred mode
[    24.388] (II) modeset(0): redX: 0.653 redY: 0.335   greenX: 0.323 greenY: 0.611
[    24.388] (II) modeset(0): blueX: 0.153 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[    24.388] (II) modeset(0): Supported established timings:
[    24.388] (II) modeset(0): 720x400@70Hz
[    24.388] (II) modeset(0): 640x480@60Hz
[    24.388] (II) modeset(0): 640x480@75Hz
[    24.388] (II) modeset(0): 800x600@60Hz
[    24.388] (II) modeset(0): 800x600@75Hz
[    24.388] (II) modeset(0): 1024x768@60Hz
[    24.388] (II) modeset(0): 1024x768@75Hz
[    24.389] (II) modeset(0): 1280x1024@75Hz
[    24.389] (II) modeset(0): Manufacturer's mask: 0
[    24.389] (II) modeset(0): Supported standard timings:
[    24.389] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    24.389] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    24.389] (II) modeset(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    24.389] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    24.389] (II) modeset(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    24.389] (II) modeset(0): Supported detailed timing:
[    24.389] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    24.389] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    24.389] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    24.389] (II) modeset(0): Serial No: 9TG464CU6P8L
[    24.389] (II) modeset(0): Monitor name: DELL U2414H
[    24.389] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    24.389] (II) modeset(0): Supported detailed timing:
[    24.389] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    24.389] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    24.389] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    24.389] (II) modeset(0): Supported detailed timing:
[    24.389] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    24.389] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    24.389] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    24.389] (II) modeset(0): Supported detailed timing:
[    24.389] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    24.389] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    24.389] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    24.389] (II) modeset(0): Supported detailed timing:
[    24.389] (II) modeset(0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[    24.389] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    24.389] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    24.389] (II) modeset(0): Number of EDID sections to follow: 1
[    24.389] (II) modeset(0): EDID (in hex):
[    24.389] (II) modeset(0): 	00ffffffffffff0010aca4a04c385036
[    24.389] (II) modeset(0): 	3518010380351e78ee7e75a755529c27
[    24.389] (II) modeset(0): 	0f5054a54b00714f8180a9c0a940d1c0
[    24.389] (II) modeset(0): 	010101010101023a801871382d40582c
[    24.389] (II) modeset(0): 	45000f282100001e000000ff00395447
[    24.389] (II) modeset(0): 	34363443553650384c0a000000fc0044
[    24.389] (II) modeset(0): 	454c4c205532343134480a20000000fd
[    24.389] (II) modeset(0): 	00384c1e5311000a202020202020013e
[    24.389] (II) modeset(0): 	02031ff14c9005040302071601141f12
[    24.389] (II) modeset(0): 	132309070765030c0010008301000002
[    24.389] (II) modeset(0): 	3a801871382d40582c45000f28210000
[    24.389] (II) modeset(0): 	1e011d8018711c1620582c25000f2821
[    24.389] (II) modeset(0): 	00009e011d007251d01e206e2855000f
[    24.389] (II) modeset(0): 	282100001e8c0ad08a20e02d10103e96
[    24.389] (II) modeset(0): 	000f2821000018000000000000000000
[    24.389] (II) modeset(0): 	00000000000000000000000000000037
[    24.389] (II) modeset(0): Printing probed modes for output HDMI-3
[    24.389] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    24.389] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    24.389] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    24.390] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    24.390] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    24.390] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    24.390] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    24.390] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    24.390] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    24.390] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    24.390] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    24.390] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    24.390] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    24.390] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    24.390] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    24.390] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    24.390] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    24.390] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    24.390] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    24.390] (II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[    24.390] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    24.390] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    24.390] (II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[    24.390] (II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    24.390] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    24.390] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    24.390] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    24.390] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    24.390] (II) modeset(0): EDID for output DP-2
[    24.469] (II) modeset(0): EDID for output DP-3
[    24.469] (II) modeset(0): Output VGA-1 disconnected
[    24.469] (II) modeset(0): Output HDMI-1 disconnected
[    24.469] (II) modeset(0): Output DP-1 disconnected
[    24.469] (II) modeset(0): Output HDMI-2 disconnected
[    24.469] (II) modeset(0): Output HDMI-3 connected
[    24.469] (II) modeset(0): Output DP-2 disconnected
[    24.469] (II) modeset(0): Output DP-3 disconnected
[    24.469] (II) modeset(0): Using exact sizes for initial modes
[    24.469] (II) modeset(0): Output HDMI-3 using initial mode 1920x1080 +0+0
[    24.469] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.469] (==) modeset(0): DPI set to (96, 96)
[    24.469] (II) Loading sub module "fb"
[    24.469] (II) LoadModule: "fb"
[    24.469] (II) Loading /usr/lib/xorg/modules/libfb.so
[    24.471] (II) Module fb: vendor="X.Org Foundation"
[    24.471] 	compiled for 1.20.6, module version = 1.0.0
[    24.471] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.471] (II) UnloadModule: "fbdev"
[    24.471] (II) Unloading fbdev
[    24.471] (II) UnloadSubModule: "fbdevhw"
[    24.471] (II) Unloading fbdevhw
[    24.471] (II) UnloadModule: "vesa"
[    24.471] (II) Unloading vesa
[    24.682] (==) modeset(0): Backing store enabled
[    24.682] (==) modeset(0): Silken mouse disabled
[    24.814] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    24.815] (==) modeset(0): DPMS enabled
[    24.815] (II) modeset(0): [DRI2] Setup complete
[    24.815] (II) modeset(0): [DRI2]   DRI driver: i965
[    24.815] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    24.815] (II) Initializing extension Generic Event Extension
[    24.815] (II) Initializing extension SHAPE
[    24.816] (II) Initializing extension MIT-SHM
[    24.816] (II) Initializing extension XInputExtension
[    24.816] (II) Initializing extension XTEST
[    24.816] (II) Initializing extension BIG-REQUESTS
[    24.816] (II) Initializing extension SYNC
[    24.817] (II) Initializing extension XKEYBOARD
[    24.817] (II) Initializing extension XC-MISC
[    24.817] (II) Initializing extension SECURITY
[    24.817] (II) Initializing extension XFIXES
[    24.817] (II) Initializing extension RENDER
[    24.818] (II) Initializing extension RANDR
[    24.818] (II) Initializing extension COMPOSITE
[    24.818] (II) Initializing extension DAMAGE
[    24.818] (II) Initializing extension MIT-SCREEN-SAVER
[    24.818] (II) Initializing extension DOUBLE-BUFFER
[    24.819] (II) Initializing extension RECORD
[    24.819] (II) Initializing extension DPMS
[    24.819] (II) Initializing extension Present
[    24.819] (II) Initializing extension DRI3
[    24.819] (II) Initializing extension X-Resource
[    24.820] (II) Initializing extension XVideo
[    24.820] (II) Initializing extension XVideo-MotionCompensation
[    24.820] (II) Initializing extension GLX
[    24.837] (II) AIGLX: Loaded and initialized i965
[    24.837] (II) GLX: Initialized DRI2 GL provider for screen 0
[    24.837] (II) Initializing extension XFree86-VidModeExtension
[    24.837] (II) Initializing extension XFree86-DGA
[    24.837] (II) Initializing extension XFree86-DRI
[    24.838] (II) Initializing extension DRI2
[    24.889] (II) modeset(0): Damage tracking initialized
[    24.889] (II) modeset(0): Setting screen physical size to 508 x 285
[    25.098] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    25.098] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.098] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    25.098] (**) Power Button: Applying InputClass "system-keyboard"
[    25.098] (II) LoadModule: "libinput"
[    25.098] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    25.131] (II) Module libinput: vendor="X.Org Foundation"
[    25.131] 	compiled for 1.20.5, module version = 0.29.0
[    25.131] 	Module class: X.Org XInput Driver
[    25.131] 	ABI class: X.Org XInput driver, version 24.1
[    25.131] (II) Using input driver 'libinput' for 'Power Button'
[    25.131] (**) Power Button: always reports core events
[    25.131] (**) Option "Device" "/dev/input/event1"
[    25.131] (**) Option "_source" "server/udev"
[    25.232] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    25.232] (II) event1  - Power Button: device is a keyboard
[    25.232] (II) event1  - Power Button: device removed
[    25.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    25.262] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    25.262] (**) Option "xkb_layout" "de"
[    25.386] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    25.387] (II) event1  - Power Button: device is a keyboard
[    25.388] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    25.388] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    25.388] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    25.388] (**) Video Bus: Applying InputClass "system-keyboard"
[    25.388] (II) Using input driver 'libinput' for 'Video Bus'
[    25.388] (**) Video Bus: always reports core events
[    25.388] (**) Option "Device" "/dev/input/event9"
[    25.388] (**) Option "_source" "server/udev"
[    25.389] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    25.389] (II) event9  - Video Bus: device is a keyboard
[    25.390] (II) event9  - Video Bus: device removed
[    25.475] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[    25.475] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    25.475] (**) Option "xkb_layout" "de"
[    25.477] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    25.477] (II) event9  - Video Bus: device is a keyboard
[    25.478] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    25.478] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.478] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    25.478] (**) Power Button: Applying InputClass "system-keyboard"
[    25.478] (II) Using input driver 'libinput' for 'Power Button'
[    25.478] (**) Power Button: always reports core events
[    25.478] (**) Option "Device" "/dev/input/event0"
[    25.478] (**) Option "_source" "server/udev"
[    25.480] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    25.480] (II) event0  - Power Button: device is a keyboard
[    25.480] (II) event0  - Power Button: device removed
[    25.515] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    25.515] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    25.515] (**) Option "xkb_layout" "de"
[    25.517] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    25.517] (II) event0  - Power Button: device is a keyboard
[    25.519] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[    25.519] (II) No input driver specified, ignoring this device.
[    25.519] (II) This device may have been added with another device file.
[    25.519] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[    25.519] (II) No input driver specified, ignoring this device.
[    25.519] (II) This device may have been added with another device file.
[    25.520] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[    25.520] (II) No input driver specified, ignoring this device.
[    25.520] (II) This device may have been added with another device file.
[    25.521] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[    25.521] (II) No input driver specified, ignoring this device.
[    25.521] (II) This device may have been added with another device file.
[    25.521] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[    25.521] (II) No input driver specified, ignoring this device.
[    25.521] (II) This device may have been added with another device file.
[    25.522] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[    25.522] (II) No input driver specified, ignoring this device.
[    25.522] (II) This device may have been added with another device file.
[    25.522] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[    25.523] (II) No input driver specified, ignoring this device.
[    25.523] (II) This device may have been added with another device file.
[    25.524] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event3)
[    25.524] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
[    25.524] (**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
[    25.524] (**) Logitech USB Laser Mouse: Applying InputClass "My Mouse"
[    25.524] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[    25.524] (**) Logitech USB Laser Mouse: always reports core events
[    25.524] (**) Option "Device" "/dev/input/event3"
[    25.524] (**) Option "_source" "server/udev"
[    25.581] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[    25.581] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[    25.581] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[    25.581] (II) event3  - Logitech USB Laser Mouse: device removed
[    25.635] (**) Option "AccelSpeed" "0"
[    25.635] (**) Option "AccelProfile" "flat"
[    25.635] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/usb2/2-2/2-2:1.0/0003:046D:C069.0005/input/input3/event3"
[    25.635] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 9)
[    25.635] (**) Option "AccelerationScheme" "none"
[    25.635] (**) Logitech USB Laser Mouse: (accel) selected scheme none/0
[    25.635] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[    25.635] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[    25.694] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[    25.694] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[    25.694] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[    25.695] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0)
[    25.695] (**) Logitech USB Laser Mouse: Applying InputClass "My Mouse"
[    25.696] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[    25.696] (**) Logitech USB Laser Mouse: always reports core events
[    25.696] (**) Option "Device" "/dev/input/mouse0"
[    25.696] (**) Option "_source" "server/udev"
[    25.755] (II) mouse0  - failed to create input device '/dev/input/mouse0'.
[    25.755] (EE) libinput: Logitech USB Laser Mouse: Failed to create a device for /dev/input/mouse0
[    25.755] (EE) PreInit returned 2 for "Logitech USB Laser Mouse"
[    25.755] (II) UnloadModule: "libinput"
[    25.757] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard (/dev/input/event2)
[    25.757] (**) HOLTEK USB-HID Keyboard: Applying InputClass "evdev keyboard catchall"
[    25.757] (**) HOLTEK USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[    25.757] (**) HOLTEK USB-HID Keyboard: Applying InputClass "system-keyboard"
[    25.757] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard'
[    25.757] (**) HOLTEK USB-HID Keyboard: always reports core events
[    25.757] (**) Option "Device" "/dev/input/event2"
[    25.757] (**) Option "_source" "server/udev"
[    25.759] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[    25.760] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[    25.760] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[    25.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.0/0003:04D9:A232.0001/input/input2/event2"
[    25.795] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard" (type: KEYBOARD, id 10)
[    25.795] (**) Option "xkb_layout" "de"
[    25.798] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[    25.798] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[    25.800] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard Mouse (/dev/input/event4)
[    25.800] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[    25.800] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[    25.800] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "My Mouse"
[    25.800] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Mouse'
[    25.800] (**) HOLTEK USB-HID Keyboard Mouse: always reports core events
[    25.800] (**) Option "Device" "/dev/input/event4"
[    25.800] (**) Option "_source" "server/udev"
[    25.803] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[    25.803] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[    25.804] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[    25.848] (**) Option "AccelSpeed" "0"
[    25.848] (**) Option "AccelProfile" "flat"
[    25.849] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.2/0003:04D9:A232.0003/input/input4/event4"
[    25.849] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard Mouse" (type: MOUSE, id 11)
[    25.849] (**) Option "AccelerationScheme" "none"
[    25.849] (**) HOLTEK USB-HID Keyboard Mouse: (accel) selected scheme none/0
[    25.849] (**) HOLTEK USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[    25.849] (**) HOLTEK USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[    25.852] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[    25.852] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[    25.853] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard Mouse (/dev/input/mouse1)
[    25.853] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "My Mouse"
[    25.853] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Mouse'
[    25.853] (**) HOLTEK USB-HID Keyboard Mouse: always reports core events
[    25.853] (**) Option "Device" "/dev/input/mouse1"
[    25.853] (**) Option "_source" "server/udev"
[    25.915] (II) mouse1  - failed to create input device '/dev/input/mouse1'.
[    25.915] (EE) libinput: HOLTEK USB-HID Keyboard Mouse: Failed to create a device for /dev/input/mouse1
[    25.915] (EE) PreInit returned 2 for "HOLTEK USB-HID Keyboard Mouse"
[    25.915] (II) UnloadModule: "libinput"
[    25.916] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard System Control (/dev/input/event5)
[    25.917] (**) HOLTEK USB-HID Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[    25.917] (**) HOLTEK USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    25.917] (**) HOLTEK USB-HID Keyboard System Control: Applying InputClass "system-keyboard"
[    25.917] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard System Control'
[    25.917] (**) HOLTEK USB-HID Keyboard System Control: always reports core events
[    25.917] (**) Option "Device" "/dev/input/event5"
[    25.917] (**) Option "_source" "server/udev"
[    25.919] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[    25.920] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[    25.920] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[    25.955] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.2/0003:04D9:A232.0003/input/input5/event5"
[    25.955] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard System Control" (type: KEYBOARD, id 12)
[    25.955] (**) Option "xkb_layout" "de"
[    25.958] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[    25.958] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[    25.960] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard Consumer Control (/dev/input/event6)
[    25.960] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[    25.960] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    25.960] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    25.960] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Consumer Control'
[    25.960] (**) HOLTEK USB-HID Keyboard Consumer Control: always reports core events
[    25.960] (**) Option "Device" "/dev/input/event6"
[    25.960] (**) Option "_source" "server/udev"
[    25.963] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[    25.963] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[    25.963] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[    25.995] (II) libinput: HOLTEK USB-HID Keyboard Consumer Control: needs a virtual subdevice
[    25.995] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.2/0003:04D9:A232.0003/input/input6/event6"
[    25.995] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard Consumer Control" (type: MOUSE, id 13)
[    25.995] (**) Option "AccelerationScheme" "none"
[    25.995] (**) HOLTEK USB-HID Keyboard Consumer Control: (accel) selected scheme none/0
[    25.995] (**) HOLTEK USB-HID Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    25.995] (**) HOLTEK USB-HID Keyboard Consumer Control: (accel) acceleration threshold: 4
[    25.998] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[    25.998] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[    26.000] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard (/dev/input/event7)
[    26.000] (II) No input driver specified, ignoring this device.
[    26.000] (II) This device may have been added with another device file.
[    26.001] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard (/dev/input/event8)
[    26.001] (**) HOLTEK USB-HID Keyboard: Applying InputClass "evdev keyboard catchall"
[    26.001] (**) HOLTEK USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[    26.001] (**) HOLTEK USB-HID Keyboard: Applying InputClass "system-keyboard"
[    26.001] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard'
[    26.001] (**) HOLTEK USB-HID Keyboard: always reports core events
[    26.001] (**) Option "Device" "/dev/input/event8"
[    26.001] (**) Option "_source" "server/udev"
[    26.004] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[    26.004] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[    26.005] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[    26.022] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.2/0003:04D9:A232.0003/input/input8/event8"
[    26.022] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard" (type: KEYBOARD, id 14)
[    26.022] (**) Option "xkb_layout" "de"
[    26.025] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[    26.025] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[    26.048] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[    26.048] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    26.048] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    26.048] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Consumer Control'
[    26.048] (**) HOLTEK USB-HID Keyboard Consumer Control: always reports core events
[    26.048] (**) Option "Device" "/dev/input/event6"
[    26.048] (**) Option "_source" "_driver/libinput"
[    26.048] (II) libinput: HOLTEK USB-HID Keyboard Consumer Control: is a virtual subdevice
[    26.048] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.2/0003:04D9:A232.0003/input/input6/event6"
[    26.048] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 15)
[    26.048] (**) Option "xkb_layout" "de"
[    64.471] (II) modeset(0): EDID vendor "DEL", prod id 41124
[    64.472] (II) modeset(0): Using EDID range info for horizontal sync
[    64.472] (II) modeset(0): Using EDID range info for vertical refresh
[    64.472] (II) modeset(0): Printing DDC gathered Modelines:
[    64.472] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    64.472] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    64.472] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    64.472] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    64.472] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    64.472] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[    64.472] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    64.472] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    64.472] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    64.472] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    64.472] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    64.472] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    64.472] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    64.472] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    64.472] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    64.472] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    64.472] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    64.472] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    64.472] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    64.472] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    64.472] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    64.472] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1689.022] (II) event1  - Power Button: device removed
[  1689.040] (II) event9  - Video Bus: device removed
[  1689.081] (II) event0  - Power Button: device removed
[  1689.108] (II) event3  - Logitech USB Laser Mouse: device removed
[  1689.149] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[  1689.176] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[  1689.228] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[  1689.244] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[  1689.283] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[  1689.309] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2389.575] (II) AIGLX: Resuming AIGLX clients after VT switch
[  2389.848] (II) modeset(0): EDID vendor "DEL", prod id 41124
[  2389.848] (II) modeset(0): Using hsync ranges from config file
[  2389.848] (II) modeset(0): Using vrefresh ranges from config file
[  2389.848] (II) modeset(0): Printing DDC gathered Modelines:
[  2389.848] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2389.848] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  2389.848] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2389.848] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  2389.848] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  2389.848] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  2389.848] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2389.848] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  2389.848] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  2389.848] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  2389.848] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  2389.848] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2389.848] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2389.848] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2389.848] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2389.848] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2389.848] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2389.848] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2389.848] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2389.848] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2389.848] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  2389.848] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  2389.959] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2389.959] (II) event1  - Power Button: device is a keyboard
[  2389.962] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  2389.962] (II) event9  - Video Bus: device is a keyboard
[  2389.964] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2389.964] (II) event0  - Power Button: device is a keyboard
[  2390.024] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[  2390.024] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[  2390.024] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[  2390.028] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  2390.028] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[  2390.032] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[  2390.032] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[  2390.036] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[  2390.036] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[  2390.040] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2390.040] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[  2390.044] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  2390.044] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[  2457.968] (II) event1  - Power Button: device removed
[  2457.994] (II) event9  - Video Bus: device removed
[  2458.026] (II) event0  - Power Button: device removed
[  2458.045] (II) event3  - Logitech USB Laser Mouse: device removed
[  2458.107] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[  2458.132] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[  2458.177] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[  2458.194] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[  2458.210] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[  2458.227] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4489.125] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4489.401] (II) modeset(0): EDID vendor "DEL", prod id 41124
[  4489.402] (II) modeset(0): Using hsync ranges from config file
[  4489.402] (II) modeset(0): Using vrefresh ranges from config file
[  4489.402] (II) modeset(0): Printing DDC gathered Modelines:
[  4489.402] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  4489.402] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  4489.402] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  4489.402] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  4489.402] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  4489.402] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  4489.402] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4489.402] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  4489.402] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  4489.402] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  4489.402] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  4489.402] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4489.402] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4489.402] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4489.402] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4489.402] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  4489.402] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4489.402] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4489.402] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  4489.402] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4489.402] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  4489.402] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  4489.509] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4489.510] (II) event1  - Power Button: device is a keyboard
[  4489.512] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  4489.512] (II) event9  - Video Bus: device is a keyboard
[  4489.515] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  4489.515] (II) event0  - Power Button: device is a keyboard
[  4489.573] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[  4489.574] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[  4489.574] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[  4489.578] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  4489.578] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[  4489.582] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[  4489.582] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[  4489.586] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[  4489.586] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[  4489.590] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[  4489.590] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[  4489.593] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  4489.594] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[  6887.968] (II) event1  - Power Button: device removed
[  6887.998] (II) event9  - Video Bus: device removed
[  6888.047] (II) event0  - Power Button: device removed
[  6888.073] (II) event3  - Logitech USB Laser Mouse: device removed
[  6888.123] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[  6888.155] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[  6888.222] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[  6888.249] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[  6888.275] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[  6888.309] (II) AIGLX: Suspending AIGLX clients for VT switch
[  6906.033] (II) AIGLX: Resuming AIGLX clients after VT switch
[  6906.301] (II) modeset(0): EDID vendor "DEL", prod id 41124
[  6906.301] (II) modeset(0): Using hsync ranges from config file
[  6906.301] (II) modeset(0): Using vrefresh ranges from config file
[  6906.301] (II) modeset(0): Printing DDC gathered Modelines:
[  6906.301] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  6906.301] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  6906.301] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  6906.301] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  6906.301] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  6906.301] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  6906.301] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  6906.301] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  6906.301] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  6906.301] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  6906.301] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  6906.301] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6906.301] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  6906.301] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  6906.301] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  6906.301] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  6906.301] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6906.301] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  6906.301] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  6906.301] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  6906.302] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  6906.302] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  6906.412] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  6906.412] (II) event1  - Power Button: device is a keyboard
[  6906.415] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  6906.415] (II) event9  - Video Bus: device is a keyboard
[  6906.417] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  6906.417] (II) event0  - Power Button: device is a keyboard
[  6906.477] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[  6906.477] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[  6906.477] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[  6906.481] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  6906.481] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[  6906.485] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[  6906.485] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[  6906.489] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[  6906.489] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[  6906.492] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[  6906.493] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[  6906.496] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  6906.496] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[  7989.967] (II) event1  - Power Button: device removed
[  7989.995] (II) event9  - Video Bus: device removed
[  7990.047] (II) event0  - Power Button: device removed
[  7990.072] (II) event3  - Logitech USB Laser Mouse: device removed
[  7990.123] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[  7990.151] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[  7990.208] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[  7990.262] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[  7990.297] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[  7990.342] (II) AIGLX: Suspending AIGLX clients for VT switch
[  8544.435] (II) AIGLX: Resuming AIGLX clients after VT switch
[  8544.697] (II) modeset(0): EDID vendor "DEL", prod id 41124
[  8544.697] (II) modeset(0): Using hsync ranges from config file
[  8544.697] (II) modeset(0): Using vrefresh ranges from config file
[  8544.698] (II) modeset(0): Printing DDC gathered Modelines:
[  8544.698] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  8544.698] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  8544.698] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  8544.698] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  8544.698] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  8544.698] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  8544.698] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  8544.698] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  8544.698] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  8544.698] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  8544.698] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  8544.698] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  8544.698] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  8544.698] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  8544.698] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  8544.698] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  8544.698] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  8544.698] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  8544.698] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  8544.698] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  8544.698] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  8544.698] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  8544.806] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  8544.806] (II) event1  - Power Button: device is a keyboard
[  8544.810] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  8544.810] (II) event9  - Video Bus: device is a keyboard
[  8544.813] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  8544.813] (II) event0  - Power Button: device is a keyboard
[  8544.870] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[  8544.870] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[  8544.870] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[  8544.875] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  8544.875] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[  8544.879] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[  8544.879] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[  8544.883] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[  8544.883] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[  8544.887] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[  8544.887] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[  8544.891] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[  8544.891] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 10041.778] (EE) client bug: timer event3 debounce short: offset negative (-2ms)
[ 10775.971] (II) event1  - Power Button: device removed
[ 10775.988] (II) event9  - Video Bus: device removed
[ 10776.040] (II) event0  - Power Button: device removed
[ 10776.058] (II) event3  - Logitech USB Laser Mouse: device removed
[ 10776.105] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[ 10776.124] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[ 10776.165] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[ 10776.191] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[ 10776.221] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[ 10776.236] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 10880.811] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 10881.074] (II) modeset(0): EDID vendor "DEL", prod id 41124
[ 10881.074] (II) modeset(0): Using hsync ranges from config file
[ 10881.074] (II) modeset(0): Using vrefresh ranges from config file
[ 10881.074] (II) modeset(0): Printing DDC gathered Modelines:
[ 10881.074] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 10881.074] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 10881.074] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 10881.074] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 10881.074] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 10881.074] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 10881.074] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 10881.074] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 10881.074] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 10881.074] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 10881.183] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 10881.183] (II) event1  - Power Button: device is a keyboard
[ 10881.187] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[ 10881.187] (II) event9  - Video Bus: device is a keyboard
[ 10881.190] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 10881.190] (II) event0  - Power Button: device is a keyboard
[ 10881.249] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[ 10881.250] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[ 10881.250] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[ 10881.254] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 10881.254] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 10881.258] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 10881.258] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[ 10881.262] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 10881.262] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[ 10881.266] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 10881.266] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[ 10881.269] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 10881.270] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 11667.988] (II) event1  - Power Button: device removed
[ 11668.011] (II) event9  - Video Bus: device removed
[ 11668.055] (II) event0  - Power Button: device removed
[ 11668.075] (II) event3  - Logitech USB Laser Mouse: device removed
[ 11668.113] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[ 11668.138] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[ 11668.188] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[ 11668.212] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[ 11668.245] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[ 11668.265] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 12194.575] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 12194.850] (II) modeset(0): EDID vendor "DEL", prod id 41124
[ 12194.851] (II) modeset(0): Using hsync ranges from config file
[ 12194.851] (II) modeset(0): Using vrefresh ranges from config file
[ 12194.851] (II) modeset(0): Printing DDC gathered Modelines:
[ 12194.851] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 12194.851] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 12194.851] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 12194.851] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 12194.851] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 12194.851] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 12194.851] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 12194.851] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 12194.851] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 12194.851] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 12194.958] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 12194.958] (II) event1  - Power Button: device is a keyboard
[ 12194.962] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[ 12194.962] (II) event9  - Video Bus: device is a keyboard
[ 12194.964] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 12194.964] (II) event0  - Power Button: device is a keyboard
[ 12195.023] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[ 12195.023] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[ 12195.023] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[ 12195.027] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 12195.027] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 12195.031] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 12195.031] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[ 12195.035] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 12195.035] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[ 12195.039] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12195.039] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[ 12195.043] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 12195.043] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 16400.970] (II) event1  - Power Button: device removed
[ 16400.991] (II) event9  - Video Bus: device removed
[ 16401.034] (II) event0  - Power Button: device removed
[ 16401.057] (II) event3  - Logitech USB Laser Mouse: device removed
[ 16401.108] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[ 16401.127] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[ 16401.175] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[ 16401.222] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[ 16401.272] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[ 16401.294] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 16473.794] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 16474.063] (II) modeset(0): EDID vendor "DEL", prod id 41124
[ 16474.064] (II) modeset(0): Using hsync ranges from config file
[ 16474.064] (II) modeset(0): Using vrefresh ranges from config file
[ 16474.064] (II) modeset(0): Printing DDC gathered Modelines:
[ 16474.064] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 16474.064] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 16474.064] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 16474.064] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 16474.064] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 16474.064] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 16474.064] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 16474.064] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 16474.064] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 16474.064] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 16474.172] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 16474.173] (II) event1  - Power Button: device is a keyboard
[ 16474.175] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[ 16474.175] (II) event9  - Video Bus: device is a keyboard
[ 16474.177] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 16474.177] (II) event0  - Power Button: device is a keyboard
[ 16474.236] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[ 16474.236] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[ 16474.236] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[ 16474.240] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 16474.240] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 16474.244] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 16474.244] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[ 16474.248] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 16474.248] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[ 16474.251] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 16474.252] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[ 16474.255] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 16474.255] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 17226.516] (EE) client bug: timer event3 debounce: offset negative (-6ms)
[ 18887.967] (II) event1  - Power Button: device removed
[ 18888.033] (II) event9  - Video Bus: device removed
[ 18888.079] (II) event0  - Power Button: device removed
[ 18888.100] (II) event3  - Logitech USB Laser Mouse: device removed
[ 18888.154] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[ 18888.180] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[ 18888.247] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[ 18888.274] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[ 18888.300] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[ 18888.327] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 19398.767] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 19399.033] (II) modeset(0): EDID vendor "DEL", prod id 41124
[ 19399.033] (II) modeset(0): Using hsync ranges from config file
[ 19399.033] (II) modeset(0): Using vrefresh ranges from config file
[ 19399.033] (II) modeset(0): Printing DDC gathered Modelines:
[ 19399.033] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 19399.033] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 19399.033] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 19399.033] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 19399.033] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 19399.033] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 19399.033] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 19399.033] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 19399.033] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 19399.033] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 19399.141] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 19399.141] (II) event1  - Power Button: device is a keyboard
[ 19399.144] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[ 19399.144] (II) event9  - Video Bus: device is a keyboard
[ 19399.146] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 19399.146] (II) event0  - Power Button: device is a keyboard
[ 19399.205] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[ 19399.205] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[ 19399.205] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[ 19399.209] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 19399.209] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 19399.213] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 19399.213] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[ 19399.217] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 19399.217] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[ 19399.221] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 19399.221] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[ 19399.224] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 19399.224] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 19508.968] (II) event1  - Power Button: device removed
[ 19508.994] (II) event9  - Video Bus: device removed
[ 19509.047] (II) event0  - Power Button: device removed
[ 19509.074] (II) event3  - Logitech USB Laser Mouse: device removed
[ 19509.127] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[ 19509.150] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device removed
[ 19509.220] (II) event5  - HOLTEK USB-HID Keyboard System Control: device removed
[ 19509.247] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[ 19509.274] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[ 19509.300] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 24530.713] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 24530.989] (II) modeset(0): EDID vendor "DEL", prod id 41124
[ 24530.989] (II) modeset(0): Using hsync ranges from config file
[ 24530.989] (II) modeset(0): Using vrefresh ranges from config file
[ 24530.989] (II) modeset(0): Printing DDC gathered Modelines:
[ 24530.989] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 24530.989] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 24530.989] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 24530.989] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 24530.989] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 24530.989] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 24530.989] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 24530.989] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 24530.989] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 24530.989] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 24530.989] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 24530.989] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 24530.989] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 24530.990] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 24530.990] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 24530.990] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 24530.990] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 24530.990] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 24530.990] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 24530.990] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 24530.990] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 24530.990] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 24531.097] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 24531.097] (II) event1  - Power Button: device is a keyboard
[ 24531.100] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[ 24531.100] (II) event9  - Video Bus: device is a keyboard
[ 24531.102] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 24531.102] (II) event0  - Power Button: device is a keyboard
[ 24531.161] (II) event3  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[ 24531.162] (II) event3  - Logitech USB Laser Mouse: device set to 1000 DPI
[ 24531.162] (II) event3  - Logitech USB Laser Mouse: device is a pointer
[ 24531.165] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 24531.166] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 24531.169] (II) event4  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 24531.169] (II) event4  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[ 24531.173] (II) event5  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 24531.173] (II) event5  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[ 24531.177] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 24531.177] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[ 24531.180] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 24531.180] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 24607.124] (II) Printing all currently active device grabs:
[ 24607.124] (II) End list of active device grabs
[ 24607.124] Printing all currently registered grabs
[ 24607.124]   Printing all registered grabs of client pid 530 /usr/bin/lightdm 
[ 24607.124]   Printing all registered grabs of client pid 743 xfce4-session 
[ 24607.124]   Printing all registered grabs of client pid 786 /usr/lib/at-spi2-registryd --use-gnome-session
[ 24607.124]   Printing all registered grabs of client pid 793 xfwm4 --display :0.0 --sm-client-id 288574cb8-978e-4a84-a4ec-321460166454
[ 24607.124]   grab 0x40a368db (xi2), type 'ButtonPress' on window 0x1e00003
[ 24607.124]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.124]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.124]       xi2 event mask 0x30 0 0 0 
[ 24607.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.124]   grab 0x40a368d8 (xi2), type 'ButtonPress' on window 0x1e00003
[ 24607.124]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.124]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.124]       xi2 event mask 0x30 0 0 0 
[ 24607.124]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.124]   grab 0x40a368d9 (xi2), type 'ButtonPress' on window 0x1e00003
[ 24607.124]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.124]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.124]       xi2 event mask 0x30 0 0 0 
[ 24607.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.125]   grab 0x40a368de (xi2), type 'ButtonPress' on window 0x1e00042
[ 24607.125]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.125]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.125]       xi2 event mask 0x30 0 0 0 
[ 24607.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.125]   grab 0x40a368dc (xi2), type 'ButtonPress' on window 0x1e00003
[ 24607.125]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.125]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.125]       xi2 event mask 0x30 0 0 0 
[ 24607.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.125]   grab 0x40a368d3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.125]     detail 96 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.125]       xi2 event mask 0xc 0 0 0 
[ 24607.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.125]   grab 0x40a368d0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.125]     detail 96 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.125]       xi2 event mask 0xc 0 0 0 
[ 24607.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.125]   grab 0x40a368d1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.125]     detail 96 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.125]       xi2 event mask 0xc 0 0 0 
[ 24607.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.125]   grab 0x40a368d5 (xi2), type 'ButtonPress' on window 0x1e00003
[ 24607.125]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.125]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.125]       xi2 event mask 0x30 0 0 0 
[ 24607.125]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.125]   grab 0x40a368cb (xi2), type 'KeyPress' on window 0x11f
[ 24607.125]     detail 95 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.125]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368c8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.126]     detail 95 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.126]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368c9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.126]     detail 95 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.126]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368cd (xi2), type 'KeyPress' on window 0x11f
[ 24607.126]     detail 96 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.126]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368c3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.126]     detail 76 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.126]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368c0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.126]     detail 76 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.126]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368c1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.126]     detail 76 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.126]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368c5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.126]     detail 95 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.126]       xi2 event mask 0xc 0 0 0 
[ 24607.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.126]   grab 0x40a368f9 (xi2), type 'ButtonPress' on window 0x1e00026
[ 24607.126]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.126]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368ff (xi2), type 'ButtonPress' on window 0x1e00026
[ 24607.127]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.127]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368fc (xi2), type 'ButtonPress' on window 0x1e00026
[ 24607.127]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.127]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368fd (xi2), type 'ButtonPress' on window 0x1e00026
[ 24607.127]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.127]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368f3 (xi2), type 'ButtonPress' on window 0x1000003
[ 24607.127]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.127]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368f0 (xi2), type 'ButtonPress' on window 0x1000003
[ 24607.127]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.127]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368f6 (xi2), type 'ButtonPress' on window 0x1000003
[ 24607.127]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.127]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368f7 (xi2), type 'ButtonPress' on window 0x1000003
[ 24607.127]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.127]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.127]       xi2 event mask 0x30 0 0 0 
[ 24607.127]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.127]   grab 0x40a368f4 (xi2), type 'ButtonPress' on window 0x1000003
[ 24607.128]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.128]   grab 0x40a368ea (xi2), type 'ButtonPress' on window 0xe00064
[ 24607.128]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.128]   grab 0x40a368eb (xi2), type 'ButtonPress' on window 0xe00064
[ 24607.128]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.128]   grab 0x40a368ee (xi2), type 'ButtonPress' on window 0xe00064
[ 24607.128]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.128]   grab 0x40a368ed (xi2), type 'ButtonPress' on window 0xe00064
[ 24607.128]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.128]   grab 0x40a368e2 (xi2), type 'ButtonPress' on window 0x1e00042
[ 24607.128]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.128]   grab 0x40a368e1 (xi2), type 'ButtonPress' on window 0x1e00042
[ 24607.128]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.128]   grab 0x40a368e7 (xi2), type 'ButtonPress' on window 0xe00064
[ 24607.128]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.128]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.128]       xi2 event mask 0x30 0 0 0 
[ 24607.128]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a368e4 (xi2), type 'ButtonPress' on window 0x1e00042
[ 24607.129]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.129]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0x30 0 0 0 
[ 24607.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a368e5 (xi2), type 'ButtonPress' on window 0x1e00042
[ 24607.129]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.129]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0x30 0 0 0 
[ 24607.129]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a3689b (xi2), type 'KeyPress' on window 0x11f
[ 24607.129]     detail 71 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0xc 0 0 0 
[ 24607.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a36898 (xi2), type 'KeyPress' on window 0x11f
[ 24607.129]     detail 71 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0xc 0 0 0 
[ 24607.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a36899 (xi2), type 'KeyPress' on window 0x11f
[ 24607.129]     detail 71 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0xc 0 0 0 
[ 24607.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a3689d (xi2), type 'KeyPress' on window 0x11f
[ 24607.129]     detail 72 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0xc 0 0 0 
[ 24607.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a36893 (xi2), type 'KeyPress' on window 0x11f
[ 24607.129]     detail 70 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0xc 0 0 0 
[ 24607.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.129]   grab 0x40a36890 (xi2), type 'KeyPress' on window 0x11f
[ 24607.129]     detail 70 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.129]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a36891 (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 70 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a36895 (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 71 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a3688b (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 69 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a36888 (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 69 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a36889 (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 69 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a3688d (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 70 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a36883 (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 68 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.130]   grab 0x40a36880 (xi2), type 'KeyPress' on window 0x11f
[ 24607.130]     detail 68 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.130]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a36881 (xi2), type 'KeyPress' on window 0x11f
[ 24607.131]     detail 68 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.131]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a36885 (xi2), type 'KeyPress' on window 0x11f
[ 24607.131]     detail 69 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.131]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a368bb (xi2), type 'KeyPress' on window 0x11f
[ 24607.131]     detail 75 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.131]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a368b8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.131]     detail 75 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.131]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a368b9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.131]     detail 75 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.131]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a368bd (xi2), type 'KeyPress' on window 0x11f
[ 24607.131]     detail 76 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.131]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a368b3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.131]     detail 74 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.131]       xi2 event mask 0xc 0 0 0 
[ 24607.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.131]   grab 0x40a368b0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 74 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.132]   grab 0x40a368b1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 74 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.132]   grab 0x40a368b5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 75 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.132]   grab 0x40a368ab (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 73 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.132]   grab 0x40a368a8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 73 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.132]   grab 0x40a368a9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 73 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.132]   grab 0x40a368ad (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 74 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.132]   grab 0x40a368a3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.132]     detail 72 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.132]       xi2 event mask 0xc 0 0 0 
[ 24607.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.133]   grab 0x40a368a0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.133]     detail 72 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.133]       xi2 event mask 0xc 0 0 0 
[ 24607.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.133]   grab 0x40a368a1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.133]     detail 72 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.133]       xi2 event mask 0xc 0 0 0 
[ 24607.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.133]   grab 0x40a368a5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.133]     detail 73 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.133]       xi2 event mask 0xc 0 0 0 
[ 24607.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.133]   grab 0x40a3685b (xi2), type 'KeyPress' on window 0x11f
[ 24607.133]     detail 23 (mask 0), modifiersDetail 82 (mask 0)
[ 24607.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.133]       xi2 event mask 0xc 0 0 0 
[ 24607.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.133]   grab 0x40a36858 (xi2), type 'KeyPress' on window 0x11f
[ 24607.133]     detail 23 (mask 0), modifiersDetail 80 (mask 0)
[ 24607.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.133]       xi2 event mask 0xc 0 0 0 
[ 24607.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.133]   grab 0x40a36859 (xi2), type 'KeyPress' on window 0x11f
[ 24607.133]     detail 23 (mask 0), modifiersDetail 66 (mask 0)
[ 24607.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.133]       xi2 event mask 0xc 0 0 0 
[ 24607.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.133]   grab 0x40a3685d (xi2), type 'KeyPress' on window 0x11f
[ 24607.133]     detail 96 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.133]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a36853 (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 72 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a36850 (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 72 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a36851 (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 72 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a36855 (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 23 (mask 0), modifiersDetail 64 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a3684b (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 40 (mask 0), modifiersDetail 82 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a36848 (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 40 (mask 0), modifiersDetail 80 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a36849 (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 40 (mask 0), modifiersDetail 66 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.134]   grab 0x40a3684d (xi2), type 'KeyPress' on window 0x11f
[ 24607.134]     detail 72 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.134]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a36843 (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 114 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a36840 (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 114 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a36841 (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 114 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a36845 (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 40 (mask 0), modifiersDetail 64 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a3687b (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 67 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a36878 (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 67 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a36879 (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 67 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.135]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.135]   grab 0x40a3687d (xi2), type 'KeyPress' on window 0x11f
[ 24607.135]     detail 68 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.135]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.135]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.136]   grab 0x40a36873 (xi2), type 'KeyPress' on window 0x11f
[ 24607.136]     detail 111 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.136]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.136]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.136]   grab 0x40a36870 (xi2), type 'KeyPress' on window 0x11f
[ 24607.136]     detail 111 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.136]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.136]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.136]   grab 0x40a36871 (xi2), type 'KeyPress' on window 0x11f
[ 24607.136]     detail 111 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.136]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.136]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.136]   grab 0x40a36875 (xi2), type 'KeyPress' on window 0x11f
[ 24607.136]     detail 67 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.136]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.136]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.136]   grab 0x40a3686b (xi2), type 'KeyPress' on window 0x11f
[ 24607.136]     detail 95 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.136]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.136]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.136]   grab 0x40a36868 (xi2), type 'KeyPress' on window 0x11f
[ 24607.136]     detail 95 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.136]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.136]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.136]   grab 0x40a36869 (xi2), type 'KeyPress' on window 0x11f
[ 24607.136]     detail 95 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.136]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.136]       xi2 event mask 0xc 0 0 0 
[ 24607.136]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a3686d (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 111 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.137]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a36863 (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 96 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.137]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a36860 (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 96 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.137]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a36861 (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 96 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.137]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a36865 (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 95 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.137]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a3681b (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 80 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.137]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a36818 (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 80 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.137]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.137]   grab 0x40a36819 (xi2), type 'KeyPress' on window 0x11f
[ 24607.137]     detail 80 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.137]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.137]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a3681d (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 81 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a36813 (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 79 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a36810 (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 79 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a36811 (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 79 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a36815 (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 80 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a3680b (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 85 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a36808 (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 85 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.138]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.138]   grab 0x40a36809 (xi2), type 'KeyPress' on window 0x11f
[ 24607.138]     detail 85 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.138]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.138]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a3680d (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 79 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.139]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.139]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a36803 (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 84 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.139]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.139]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a36800 (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 84 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.139]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.139]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a36801 (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 84 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.139]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.139]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a36805 (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 85 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.139]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.139]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a3683b (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 74 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.139]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.139]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a36838 (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 74 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.139]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.139]       xi2 event mask 0xc 0 0 0 
[ 24607.139]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.139]   grab 0x40a36839 (xi2), type 'KeyPress' on window 0x11f
[ 24607.139]     detail 74 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.140]   grab 0x40a3683d (xi2), type 'KeyPress' on window 0x11f
[ 24607.140]     detail 114 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.140]   grab 0x40a36833 (xi2), type 'KeyPress' on window 0x11f
[ 24607.140]     detail 112 (mask 0), modifiersDetail 27 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.140]   grab 0x40a36830 (xi2), type 'KeyPress' on window 0x11f
[ 24607.140]     detail 112 (mask 0), modifiersDetail 25 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.140]   grab 0x40a36831 (xi2), type 'KeyPress' on window 0x11f
[ 24607.140]     detail 112 (mask 0), modifiersDetail 11 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.140]   grab 0x40a36835 (xi2), type 'KeyPress' on window 0x11f
[ 24607.140]     detail 74 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.140]   grab 0x40a3682b (xi2), type 'KeyPress' on window 0x11f
[ 24607.140]     detail 65 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.140]   grab 0x40a36828 (xi2), type 'KeyPress' on window 0x11f
[ 24607.140]     detail 65 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.140]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.140]       xi2 event mask 0xc 0 0 0 
[ 24607.140]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a36829 (xi2), type 'KeyPress' on window 0x11f
[ 24607.141]     detail 65 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0xc 0 0 0 
[ 24607.141]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a3682d (xi2), type 'KeyPress' on window 0x11f
[ 24607.141]     detail 112 (mask 0), modifiersDetail 9 (mask 0)
[ 24607.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0xc 0 0 0 
[ 24607.141]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a36823 (xi2), type 'KeyPress' on window 0x11f
[ 24607.141]     detail 81 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0xc 0 0 0 
[ 24607.141]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a36820 (xi2), type 'KeyPress' on window 0x11f
[ 24607.141]     detail 81 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0xc 0 0 0 
[ 24607.141]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a36821 (xi2), type 'KeyPress' on window 0x11f
[ 24607.141]     detail 81 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0xc 0 0 0 
[ 24607.141]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a36825 (xi2), type 'KeyPress' on window 0x11f
[ 24607.141]     detail 65 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0xc 0 0 0 
[ 24607.141]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a36991 (xi2), type 'ButtonPress' on window 0x3e00003
[ 24607.141]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.141]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0x30 0 0 0 
[ 24607.141]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.141]   grab 0x40a3698b (xi2), type 'ButtonPress' on window 0x3e00003
[ 24607.141]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.141]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.141]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a3698e (xi2), type 'ButtonPress' on window 0x3e00003
[ 24607.142]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.142]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a3698f (xi2), type 'ButtonPress' on window 0x3e00003
[ 24607.142]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.142]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a369a2 (xi2), type 'ButtonPress' on window 0x3e00003
[ 24607.142]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.142]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a3691a (xi2), type 'ButtonPress' on window 0x1000010
[ 24607.142]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.142]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a3691b (xi2), type 'ButtonPress' on window 0x1000010
[ 24607.142]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.142]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a36918 (xi2), type 'ButtonPress' on window 0x1000010
[ 24607.142]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.142]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a3691d (xi2), type 'ButtonPress' on window 0x100000c
[ 24607.142]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.142]       xi2 event mask 0x30 0 0 0 
[ 24607.142]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.142]   grab 0x40a36912 (xi2), type 'ButtonPress' on window 0x1000015
[ 24607.142]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.142]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.143]   grab 0x40a36911 (xi2), type 'ButtonPress' on window 0x1000015
[ 24607.143]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.143]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.143]   grab 0x40a36917 (xi2), type 'ButtonPress' on window 0x1000010
[ 24607.143]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.143]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.143]   grab 0x40a36914 (xi2), type 'ButtonPress' on window 0x1000010
[ 24607.143]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.143]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.143]   grab 0x40a3690b (xi2), type 'ButtonPress' on window 0x1000015
[ 24607.143]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.143]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.143]   grab 0x40a36908 (xi2), type 'ButtonPress' on window 0x1000019
[ 24607.143]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.143]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.143]   grab 0x40a36909 (xi2), type 'ButtonPress' on window 0x1000019
[ 24607.143]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.143]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.143]   grab 0x40a3690e (xi2), type 'ButtonPress' on window 0x1000015
[ 24607.143]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.143]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.143]       xi2 event mask 0x30 0 0 0 
[ 24607.143]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a3690f (xi2), type 'ButtonPress' on window 0x1000015
[ 24607.144]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.144]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a36902 (xi2), type 'ButtonPress' on window 0x1000019
[ 24607.144]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.144]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a36900 (xi2), type 'ButtonPress' on window 0x1e00026
[ 24607.144]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.144]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a36906 (xi2), type 'ButtonPress' on window 0x1000019
[ 24607.144]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.144]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a36905 (xi2), type 'ButtonPress' on window 0x1000019
[ 24607.144]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.144]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a36932 (xi2), type 'ButtonPress' on window 0x4c00010
[ 24607.144]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.144]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a36933 (xi2), type 'ButtonPress' on window 0x4c00010
[ 24607.144]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.144]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.144]   grab 0x40a36936 (xi2), type 'ButtonPress' on window 0x4c00010
[ 24607.144]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.144]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.144]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a36935 (xi2), type 'ButtonPress' on window 0x4c00010
[ 24607.145]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a3692a (xi2), type 'ButtonPress' on window 0x1e00034
[ 24607.145]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a36929 (xi2), type 'ButtonPress' on window 0x1e00034
[ 24607.145]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a3692f (xi2), type 'ButtonPress' on window 0x4c00010
[ 24607.145]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a3692c (xi2), type 'ButtonPress' on window 0x1e00034
[ 24607.145]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a3692d (xi2), type 'ButtonPress' on window 0x1e00034
[ 24607.145]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a36923 (xi2), type 'ButtonPress' on window 0x100000c
[ 24607.145]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.145]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.145]   grab 0x40a36920 (xi2), type 'ButtonPress' on window 0x100000c
[ 24607.145]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.145]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.145]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36921 (xi2), type 'ButtonPress' on window 0x100000c
[ 24607.146]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.146]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.146]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36926 (xi2), type 'ButtonPress' on window 0x1e00034
[ 24607.146]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.146]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.146]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36924 (xi2), type 'ButtonPress' on window 0x100000c
[ 24607.146]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.146]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.146]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36ac4 (xi2), type 'ButtonPress' on window 0x1e02605
[ 24607.146]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24607.146]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.146]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36ab3 (xi2), type 'ButtonPress' on window 0x1e02605
[ 24607.146]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.146]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.146]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36ab0 (xi2), type 'ButtonPress' on window 0x1e02605
[ 24607.146]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.146]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.146]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36ab1 (xi2), type 'ButtonPress' on window 0x1e02605
[ 24607.146]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.146]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.146]       xi2 event mask 0x30 0 0 0 
[ 24607.146]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.146]   grab 0x40a36aad (xi2), type 'ButtonPress' on window 0x1e02605
[ 24607.147]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.147]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0x30 0 0 0 
[ 24607.147]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.147]   grab 0x40a367d9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.147]     detail 110 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0xc 0 0 0 
[ 24607.147]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.147]   grab 0x40a367d8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.147]     detail 110 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0xc 0 0 0 
[ 24607.147]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.147]   grab 0x40a367db (xi2), type 'KeyPress' on window 0x11f
[ 24607.147]     detail 110 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0xc 0 0 0 
[ 24607.147]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.147]   grab 0x40a367dd (xi2), type 'KeyPress' on window 0x11f
[ 24607.147]     detail 87 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0xc 0 0 0 
[ 24607.147]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.147]   grab 0x40a367d1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.147]     detail 115 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0xc 0 0 0 
[ 24607.147]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.147]   grab 0x40a367d0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.147]     detail 115 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0xc 0 0 0 
[ 24607.147]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.147]   grab 0x40a367d3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.147]     detail 115 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.147]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367d5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 110 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367c9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 73 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367c8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 73 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367cb (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 73 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367cd (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 115 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367c1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 76 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367c0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 76 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.148]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.148]   grab 0x40a367c3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.148]     detail 76 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.148]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367c5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 73 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.149]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367f9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 83 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.149]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367f8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 83 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.149]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367fb (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 83 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.149]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367fd (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 84 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.149]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367f1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 89 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.149]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367f0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 89 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.149]       xi2 event mask 0xc 0 0 0 
[ 24607.149]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.149]   grab 0x40a367f3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.149]     detail 89 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367f5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.150]     detail 83 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367e9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.150]     detail 88 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367e8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.150]     detail 88 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367eb (xi2), type 'KeyPress' on window 0x11f
[ 24607.150]     detail 88 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367ed (xi2), type 'KeyPress' on window 0x11f
[ 24607.150]     detail 89 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367e1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.150]     detail 87 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367e0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.150]     detail 87 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.150]       xi2 event mask 0xc 0 0 0 
[ 24607.150]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.150]   grab 0x40a367e3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 87 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.151]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.151]   grab 0x40a367e5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 88 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.151]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.151]   grab 0x40a36799 (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 119 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.151]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.151]   grab 0x40a36798 (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 119 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.151]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.151]   grab 0x40a3679b (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 119 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.151]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.151]   grab 0x40a3679d (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 116 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.151]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.151]   grab 0x40a36791 (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 23 (mask 0), modifiersDetail 11 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.151]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.151]   grab 0x40a36790 (xi2), type 'KeyPress' on window 0x11f
[ 24607.151]     detail 23 (mask 0), modifiersDetail 25 (mask 0)
[ 24607.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.151]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a36793 (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 23 (mask 0), modifiersDetail 27 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a36795 (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 119 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a36789 (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 23 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a36788 (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 23 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a3678b (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 23 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a3678d (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 23 (mask 0), modifiersDetail 9 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a36781 (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 70 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.152]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.152]   grab 0x40a36780 (xi2), type 'KeyPress' on window 0x11f
[ 24607.152]     detail 70 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.152]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a36783 (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 70 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.153]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a36785 (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 23 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.153]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a367b9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 117 (mask 0), modifiersDetail 11 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.153]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a367b8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 117 (mask 0), modifiersDetail 25 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.153]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a367bb (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 117 (mask 0), modifiersDetail 27 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.153]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a367bd (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 76 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.153]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a367b1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 113 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.153]       xi2 event mask 0xc 0 0 0 
[ 24607.153]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.153]   grab 0x40a367b0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.153]     detail 113 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367b3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.154]     detail 113 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367b5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.154]     detail 117 (mask 0), modifiersDetail 9 (mask 0)
[ 24607.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367a9 (xi2), type 'KeyPress' on window 0x11f
[ 24607.154]     detail 75 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367a8 (xi2), type 'KeyPress' on window 0x11f
[ 24607.154]     detail 75 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367ab (xi2), type 'KeyPress' on window 0x11f
[ 24607.154]     detail 75 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367ad (xi2), type 'KeyPress' on window 0x11f
[ 24607.154]     detail 113 (mask 0), modifiersDetail 12 (mask 0)
[ 24607.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367a1 (xi2), type 'KeyPress' on window 0x11f
[ 24607.154]     detail 116 (mask 0), modifiersDetail 14 (mask 0)
[ 24607.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.154]       xi2 event mask 0xc 0 0 0 
[ 24607.154]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.154]   grab 0x40a367a0 (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 116 (mask 0), modifiersDetail 28 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.155]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.155]   grab 0x40a367a3 (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 116 (mask 0), modifiersDetail 30 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.155]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.155]   grab 0x40a367a5 (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 75 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.155]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.155]   grab 0x40a36779 (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 118 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.155]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.155]   grab 0x40a36778 (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 118 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.155]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.155]   grab 0x40a3677b (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 118 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.155]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.155]   grab 0x40a3677d (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 70 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.155]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.155]   grab 0x40a36775 (xi2), type 'KeyPress' on window 0x11f
[ 24607.155]     detail 118 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.155]       xi2 event mask 0xc 0 0 0 
[ 24607.156]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24607.156]   Printing all registered grabs of client pid 802 xfsettingsd --display :0.0 --sm-client-id 296f218be-87d6-4178-8d3f-e920c33833da
[ 24607.156]   grab 0x40c04920 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 28 (mask 0), modifiersDetail 66 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c04922 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 28 (mask 0), modifiersDetail 192 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c04925 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 28 (mask 0), modifiersDetail 82 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c04927 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 28 (mask 0), modifiersDetail 208 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c04928 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 28 (mask 0), modifiersDetail 194 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c0492b (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 28 (mask 0), modifiersDetail 210 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c048b6 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 43 (mask 0), modifiersDetail 80 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c048b7 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 43 (mask 0), modifiersDetail 66 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c048f5 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 67 (mask 0), modifiersDetail 136 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c048b4 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 43 (mask 0), modifiersDetail 64 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.156]   grab 0x40c048f3 (core), type 'KeyPress' on window 0x11f
[ 24607.156]     detail 67 (mask 0), modifiersDetail 10 (mask 0)
[ 24607.156]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.156]     core event mask 0x3
[ 24607.156]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048f2 (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 67 (mask 0), modifiersDetail 24 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048f0 (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 67 (mask 0), modifiersDetail 8 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048ff (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 58 (mask 0), modifiersDetail 64 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048be (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 43 (mask 0), modifiersDetail 208 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048fe (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 67 (mask 0), modifiersDetail 154 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048bf (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 43 (mask 0), modifiersDetail 194 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048bc (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 43 (mask 0), modifiersDetail 82 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048fb (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 67 (mask 0), modifiersDetail 138 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048fa (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 67 (mask 0), modifiersDetail 152 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048f8 (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 67 (mask 0), modifiersDetail 26 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c048b9 (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 43 (mask 0), modifiersDetail 192 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.157]   grab 0x40c04901 (core), type 'KeyPress' on window 0x11f
[ 24607.157]     detail 58 (mask 0), modifiersDetail 80 (mask 0)
[ 24607.157]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.157]     core event mask 0x3
[ 24607.157]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04902 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 58 (mask 0), modifiersDetail 66 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04904 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 58 (mask 0), modifiersDetail 192 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c048c2 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 43 (mask 0), modifiersDetail 210 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04907 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 58 (mask 0), modifiersDetail 82 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04909 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 58 (mask 0), modifiersDetail 208 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c0490a (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 58 (mask 0), modifiersDetail 194 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c0490d (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 58 (mask 0), modifiersDetail 210 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c0490e (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 9 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04910 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 9 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04911 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 9 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04913 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 9 (mask 0), modifiersDetail 132 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.158]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.158]   grab 0x40c04916 (core), type 'KeyPress' on window 0x11f
[ 24607.158]     detail 9 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.158]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.158]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x40c04918 (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 9 (mask 0), modifiersDetail 148 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x40c04919 (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 9 (mask 0), modifiersDetail 134 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x40c0491c (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 9 (mask 0), modifiersDetail 150 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x40c0491d (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 28 (mask 0), modifiersDetail 64 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x40c0491f (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 28 (mask 0), modifiersDetail 80 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   Printing all registered grabs of client pid 879 xfdesktop --display :0.0 --sm-client-id 2b2dac7e1-f36d-4e10-8122-3b0b7e5e5d4c
[ 24607.159]   Printing all registered grabs of client pid 848 xfce4-panel --display :0.0 --sm-client-id 2ea83a400-dcb7-4a0a-97e2-a9fb81435b84
[ 24607.159]   Printing all registered grabs of client pid 879 xfdesktop --display :0.0 --sm-client-id 2b2dac7e1-f36d-4e10-8122-3b0b7e5e5d4c
[ 24607.159]   Printing all registered grabs of client pid 885 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libcpugraph.so 12 16777225 cpugraph CPU-Diagramm Grafische Darstellung der CPU-Last 
[ 24607.159]   Printing all registered grabs of client pid 886 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libsystray.so 6 16777226 systray Benachrichtigungsfläche Fläche, in der Symbole für Benachrichtigungen erscheinen 
[ 24607.159]   Printing all registered grabs of client pid 887 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libactions.so 2 16777227 actions Aktionsknöpfe Abmelden, sperren oder andere Systemaktionen 
[ 24607.159]   Printing all registered grabs of client pid 884 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libpulseaudio-plugin.so 17 16777224 pulseaudio PulseAudio-Modul Die Lautstärke des PulseAudio-Klangsystems anpassen 
[ 24607.159]   grab 0x41a008e1 (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 122 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x41a008e0 (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 122 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x41a008be (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 173 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x41a008bf (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 173 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.159]   grab 0x41a008c3 (core), type 'KeyPress' on window 0x11f
[ 24607.159]     detail 174 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.159]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.159]     core event mask 0x3
[ 24607.159]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c2 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 174 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c1 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 173 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c0 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 173 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c7 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 172 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c6 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 172 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c5 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 174 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c4 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 174 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008cb (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 208 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008ca (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 208 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c9 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 172 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008c8 (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 172 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.160]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.160]   grab 0x41a008cf (core), type 'KeyPress' on window 0x11f
[ 24607.160]     detail 215 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.160]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.160]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008ce (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 215 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008cd (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 208 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008cc (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 208 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d3 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 198 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d2 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 198 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d1 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 215 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d0 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 215 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d7 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 121 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d6 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 121 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d5 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 198 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008d4 (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 198 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.161]     core event mask 0x3
[ 24607.161]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.161]   grab 0x41a008db (core), type 'KeyPress' on window 0x11f
[ 24607.161]     detail 123 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.161]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41a008da (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 123 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41a008d9 (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 121 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41a008d8 (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 121 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41a008df (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 122 (mask 0), modifiersDetail 16 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41a008de (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 122 (mask 0), modifiersDetail 0 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41a008dd (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 123 (mask 0), modifiersDetail 18 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41a008dc (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 123 (mask 0), modifiersDetail 2 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   Printing all registered grabs of client pid 903 xfce4-power-manager --restart --sm-client-id 2ff254ad6-b0bb-4c99-b2f5-3693dbe76e20
[ 24607.162]   grab 0x41c00007 (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 124 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41c00008 (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 213 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41c00009 (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 150 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41c0000a (core), type 'KeyPress' on window 0x11f
[ 24607.162]     detail 233 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.162]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.162]     core event mask 0x3
[ 24607.162]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.162]   grab 0x41c0000b (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 232 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   grab 0x41c0000c (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 244 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   grab 0x41c0000d (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 238 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   grab 0x41c0000e (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 237 (mask 0), modifiersDetail 32768 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   Printing all registered grabs of client pid 908 /usr/lib/xfce4/notifyd/xfce4-notifyd 
[ 24607.163]   Printing all registered grabs of client pid 929 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libscreenshooterplugin.so 29 16777236 screenshooter Bildschirmfoto Bildschirmfoto des ganzen Bildschirms, des aktuellen Fensters oder eines Bereichs erstellen 
[ 24607.163]   Printing all registered grabs of client pid 957 xfce4-screensaver 
[ 24607.163]   Printing all registered grabs of client pid 961 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 
[ 24607.163]   Printing all registered grabs of client pid 825 /usr/bin/pulseaudio --daemonize=no
[ 24607.163]   Printing all registered grabs of client pid 969 light-locker 
[ 24607.163]   Printing all registered grabs of client pid 933 albert 
[ 24607.163]   grab 0x42c00007 (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 65 (mask 0), modifiersDetail 4 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   grab 0x42c00008 (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 65 (mask 0), modifiersDetail 6 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   grab 0x42c00009 (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 65 (mask 0), modifiersDetail 20 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   grab 0x42c0000a (core), type 'KeyPress' on window 0x11f
[ 24607.163]     detail 65 (mask 0), modifiersDetail 22 (mask 0)
[ 24607.163]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24607.163]     core event mask 0x3
[ 24607.163]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24607.163]   Printing all registered grabs of client pid 933 albert 
[ 24607.163]   Printing all registered grabs of client pid 884 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libpulseaudio-plugin.so 17 16777224 pulseaudio PulseAudio-Modul Die Lautstärke des PulseAudio-Klangsystems anpassen 
[ 24607.163]   Printing all registered grabs of client pid 931 python3 /usr/bin/redshift-gtk
[ 24607.163]   Printing all registered grabs of client pid 958 /usr/bin/python /usr/bin/blueman-applet
[ 24607.163]   Printing all registered grabs of client pid 1095 /usr/bin/Thunar --daemon
[ 24607.163]   Printing all registered grabs of client pid 1106 /usr/bin/redshift -v
[ 24607.163]   Printing all registered grabs of client pid 1116 /usr/bin/python /usr/bin/blueman-tray
[ 24607.163]   Printing all registered grabs of client pid 20781 /usr/lib/firefox/firefox https://bbs.archlinux.org/viewtopic.php?pid=1881531#p1881531
[ 24607.163]   Printing all registered grabs of client pid 20781 /usr/lib/firefox/firefox https://bbs.archlinux.org/viewtopic.php?pid=1881531#p1881531
[ 24607.164]   Printing all registered grabs of client pid 20834 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 20834 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 20885 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 20885 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 20932 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 20932 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 1537 /usr/lib/thunderbird/thunderbird 
[ 24607.164]   Printing all registered grabs of client pid 20960 /usr/lib/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 7097 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 20960 /usr/lib/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 7097 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 21064 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 8773 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 21064 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 8773 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24607.164]   Printing all registered grabs of client pid 21164 xdotool key XF86LogGrabInfo
[ 24607.164] End list of registered passive grabs
[ 24610.109] (II) Printing all currently active device grabs:
[ 24610.109] (II) End list of active device grabs
[ 24610.109] Printing all currently registered grabs
[ 24610.109]   Printing all registered grabs of client pid 530 /usr/bin/lightdm 
[ 24610.109]   Printing all registered grabs of client pid 743 xfce4-session 
[ 24610.109]   Printing all registered grabs of client pid 786 /usr/lib/at-spi2-registryd --use-gnome-session
[ 24610.109]   Printing all registered grabs of client pid 793 xfwm4 --display :0.0 --sm-client-id 288574cb8-978e-4a84-a4ec-321460166454
[ 24610.109]   grab 0x40a371dd (xi2), type 'KeyPress' on window 0x11f
[ 24610.109]     detail 73 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.109]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.109]       xi2 event mask 0xc 0 0 0 
[ 24610.109]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.109]   grab 0x40a371df (xi2), type 'KeyPress' on window 0x11f
[ 24610.109]     detail 115 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.109]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.109]       xi2 event mask 0xc 0 0 0 
[ 24610.109]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371da (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 73 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.110]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371db (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 73 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.110]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371d5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 76 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.110]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371d7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 73 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.110]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371d2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 76 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.110]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371d3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 76 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.110]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371cd (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 117 (mask 0), modifiersDetail 27 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.110]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.110]   grab 0x40a371cf (xi2), type 'KeyPress' on window 0x11f
[ 24610.110]     detail 76 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.110]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.110]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371ca (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 117 (mask 0), modifiersDetail 25 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371cb (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 117 (mask 0), modifiersDetail 11 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371c5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 113 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371c7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 117 (mask 0), modifiersDetail 9 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371c2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 113 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371c3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 113 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371fd (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 88 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.111]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.111]   grab 0x40a371ff (xi2), type 'KeyPress' on window 0x11f
[ 24610.111]     detail 89 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.111]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.111]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371fa (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 88 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.112]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371fb (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 88 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.112]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371f5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 87 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.112]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371f7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 88 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.112]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371f2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 87 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.112]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371f3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 87 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.112]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371ed (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 110 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.112]       xi2 event mask 0xc 0 0 0 
[ 24610.112]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.112]   grab 0x40a371ef (xi2), type 'KeyPress' on window 0x11f
[ 24610.112]     detail 87 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.112]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.113]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.113]   grab 0x40a371ea (xi2), type 'KeyPress' on window 0x11f
[ 24610.113]     detail 110 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.113]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.113]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.113]   grab 0x40a371eb (xi2), type 'KeyPress' on window 0x11f
[ 24610.113]     detail 110 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.113]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.113]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.113]   grab 0x40a371e5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.113]     detail 115 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.113]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.113]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.113]   grab 0x40a371e7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.113]     detail 110 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.113]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.113]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.113]   grab 0x40a371e2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.113]     detail 115 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.113]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.113]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.113]   grab 0x40a371e3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.113]     detail 115 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.113]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.113]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.113]   grab 0x40a3719d (xi2), type 'KeyPress' on window 0x11f
[ 24610.113]     detail 23 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.113]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.113]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a3719f (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 23 (mask 0), modifiersDetail 9 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a3719a (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 23 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a3719b (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 23 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a37195 (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 70 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a37197 (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 23 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a37192 (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 70 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a37193 (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 70 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.114]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.114]   grab 0x40a3718d (xi2), type 'KeyPress' on window 0x11f
[ 24610.114]     detail 118 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.114]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.114]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a3718f (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 70 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.115]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a3718a (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 118 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.115]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a3718b (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 118 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.115]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a37187 (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 118 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.115]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a371bd (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 75 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.115]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a371bf (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 113 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.115]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a371ba (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 75 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.115]       xi2 event mask 0xc 0 0 0 
[ 24610.115]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.115]   grab 0x40a371bb (xi2), type 'KeyPress' on window 0x11f
[ 24610.115]     detail 75 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.115]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371b5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.116]     detail 116 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.116]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371b7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.116]     detail 75 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.116]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371b2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.116]     detail 116 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.116]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371b3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.116]     detail 116 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.116]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371ad (xi2), type 'KeyPress' on window 0x11f
[ 24610.116]     detail 119 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.116]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371af (xi2), type 'KeyPress' on window 0x11f
[ 24610.116]     detail 116 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.116]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371aa (xi2), type 'KeyPress' on window 0x11f
[ 24610.116]     detail 119 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.116]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.116]       xi2 event mask 0xc 0 0 0 
[ 24610.116]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.116]   grab 0x40a371ab (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 119 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.117]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.117]   grab 0x40a371a5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 23 (mask 0), modifiersDetail 27 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.117]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.117]   grab 0x40a371a7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 119 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.117]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.117]   grab 0x40a371a2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 23 (mask 0), modifiersDetail 25 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.117]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.117]   grab 0x40a371a3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 23 (mask 0), modifiersDetail 11 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.117]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.117]   grab 0x40a372dd (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 95 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.117]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.117]   grab 0x40a372df (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 96 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.117]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.117]   grab 0x40a372da (xi2), type 'KeyPress' on window 0x11f
[ 24610.117]     detail 95 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.117]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.117]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372db (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 95 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372d5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 76 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372d7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 95 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372d2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 76 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372d3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 76 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372cd (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 75 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372cf (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 76 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.118]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.118]   grab 0x40a372ca (xi2), type 'KeyPress' on window 0x11f
[ 24610.118]     detail 75 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.118]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.118]       xi2 event mask 0xc 0 0 0 
[ 24610.119]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.119]   grab 0x40a372cb (xi2), type 'KeyPress' on window 0x11f
[ 24610.119]     detail 75 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.119]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.119]       xi2 event mask 0xc 0 0 0 
[ 24610.119]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.119]   grab 0x40a372c5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.119]     detail 74 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.119]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.119]       xi2 event mask 0xc 0 0 0 
[ 24610.119]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.119]   grab 0x40a372c7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.119]     detail 75 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.119]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.119]       xi2 event mask 0xc 0 0 0 
[ 24610.119]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.119]   grab 0x40a372c2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.119]     detail 74 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.119]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.119]       xi2 event mask 0xc 0 0 0 
[ 24610.119]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.119]   grab 0x40a372c3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.119]     detail 74 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.119]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.119]       xi2 event mask 0xc 0 0 0 
[ 24610.119]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.119]   grab 0x40a372fc (xi2), type 'ButtonPress' on window 0x4c00010
[ 24610.120]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.120]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.120]       xi2 event mask 0x30 0 0 0 
[ 24610.120]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.120]   grab 0x40a372fd (xi2), type 'ButtonPress' on window 0x4c00010
[ 24610.120]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.120]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.120]       xi2 event mask 0x30 0 0 0 
[ 24610.120]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.120]   grab 0x40a372ff (xi2), type 'ButtonPress' on window 0x4c00010
[ 24610.120]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.120]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.120]       xi2 event mask 0x30 0 0 0 
[ 24610.120]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.120]   grab 0x40a372f9 (xi2), type 'ButtonPress' on window 0x4c00010
[ 24610.120]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.120]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.120]       xi2 event mask 0x30 0 0 0 
[ 24610.120]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.120]   grab 0x40a372f4 (xi2), type 'ButtonPress' on window 0x3e00003
[ 24610.120]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.120]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.120]       xi2 event mask 0x30 0 0 0 
[ 24610.120]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.120]   grab 0x40a372f6 (xi2), type 'ButtonPress' on window 0x3e00003
[ 24610.120]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.120]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.120]       xi2 event mask 0x30 0 0 0 
[ 24610.120]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.120]   grab 0x40a372f7 (xi2), type 'ButtonPress' on window 0x3e00003
[ 24610.120]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.120]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.120]       xi2 event mask 0x30 0 0 0 
[ 24610.120]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.120]   grab 0x40a372f0 (xi2), type 'ButtonPress' on window 0x3e00003
[ 24610.120]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.121]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0x30 0 0 0 
[ 24610.121]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.121]   grab 0x40a372f3 (xi2), type 'ButtonPress' on window 0x3e00003
[ 24610.121]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.121]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0x30 0 0 0 
[ 24610.121]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.121]   grab 0x40a372ed (xi2), type 'ButtonPress' on window 0x1e02605
[ 24610.121]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.121]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0x30 0 0 0 
[ 24610.121]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.121]   grab 0x40a372ee (xi2), type 'ButtonPress' on window 0x1e02605
[ 24610.121]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.121]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0x30 0 0 0 
[ 24610.121]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.121]   grab 0x40a372ea (xi2), type 'ButtonPress' on window 0x1e02605
[ 24610.121]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.121]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0x30 0 0 0 
[ 24610.121]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.121]   grab 0x40a372eb (xi2), type 'ButtonPress' on window 0x1e02605
[ 24610.121]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.121]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0x30 0 0 0 
[ 24610.121]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.121]   grab 0x40a372e5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.121]     detail 96 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.121]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0xc 0 0 0 
[ 24610.121]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.121]   grab 0x40a372e7 (xi2), type 'ButtonPress' on window 0x1e02605
[ 24610.121]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.121]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.121]       xi2 event mask 0x30 0 0 0 
[ 24610.122]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a372e2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 96 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.122]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a372e3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 96 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.122]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a3729d (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 69 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.122]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a3729f (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 70 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.122]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a3729a (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 69 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.122]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a3729b (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 69 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.122]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a37295 (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 68 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.122]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.122]   grab 0x40a37297 (xi2), type 'KeyPress' on window 0x11f
[ 24610.122]     detail 69 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.122]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.122]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a37292 (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 68 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.123]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a37293 (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 68 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.123]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a3728d (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 67 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.123]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a3728f (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 68 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.123]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a3728a (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 67 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.123]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a3728b (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 67 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.123]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a37285 (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 111 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.123]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.123]       xi2 event mask 0xc 0 0 0 
[ 24610.123]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.123]   grab 0x40a37287 (xi2), type 'KeyPress' on window 0x11f
[ 24610.123]     detail 67 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a37282 (xi2), type 'KeyPress' on window 0x11f
[ 24610.124]     detail 111 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a37283 (xi2), type 'KeyPress' on window 0x11f
[ 24610.124]     detail 111 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a372bd (xi2), type 'KeyPress' on window 0x11f
[ 24610.124]     detail 73 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a372bf (xi2), type 'KeyPress' on window 0x11f
[ 24610.124]     detail 74 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a372ba (xi2), type 'KeyPress' on window 0x11f
[ 24610.124]     detail 73 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a372bb (xi2), type 'KeyPress' on window 0x11f
[ 24610.124]     detail 73 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a372b5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.124]     detail 72 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.124]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.124]       xi2 event mask 0xc 0 0 0 
[ 24610.124]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.124]   grab 0x40a372b7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 73 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.125]   grab 0x40a372b2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 72 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.125]   grab 0x40a372b3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 72 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.125]   grab 0x40a372ad (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 71 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.125]   grab 0x40a372af (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 72 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.125]   grab 0x40a372aa (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 71 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.125]   grab 0x40a372ab (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 71 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.125]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.125]   grab 0x40a372a5 (xi2), type 'KeyPress' on window 0x11f
[ 24610.125]     detail 70 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.125]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.125]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a372a7 (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 71 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a372a2 (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 70 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a372a3 (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 70 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a3725d (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 40 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a3725f (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 72 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a3725a (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 40 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a3725b (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 40 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.126]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.126]   grab 0x40a37255 (xi2), type 'KeyPress' on window 0x11f
[ 24610.126]     detail 114 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.126]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.126]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a37257 (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 40 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a37252 (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 114 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a37253 (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 114 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a3724d (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 74 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a3724f (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 114 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a3724a (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 74 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a3724b (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 74 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.127]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.127]   grab 0x40a37245 (xi2), type 'KeyPress' on window 0x11f
[ 24610.127]     detail 112 (mask 0), modifiersDetail 27 (mask 0)
[ 24610.127]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.127]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a37247 (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 74 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.128]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a37242 (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 112 (mask 0), modifiersDetail 25 (mask 0)
[ 24610.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.128]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a37243 (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 112 (mask 0), modifiersDetail 11 (mask 0)
[ 24610.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.128]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a3727d (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 95 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.128]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a3727f (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 111 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.128]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a3727a (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 95 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.128]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a3727b (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 95 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.128]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.128]       xi2 event mask 0xc 0 0 0 
[ 24610.128]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.128]   grab 0x40a37275 (xi2), type 'KeyPress' on window 0x11f
[ 24610.128]     detail 96 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.129]   grab 0x40a37277 (xi2), type 'KeyPress' on window 0x11f
[ 24610.129]     detail 95 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.129]   grab 0x40a37272 (xi2), type 'KeyPress' on window 0x11f
[ 24610.129]     detail 96 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.129]   grab 0x40a37273 (xi2), type 'KeyPress' on window 0x11f
[ 24610.129]     detail 96 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.129]   grab 0x40a3726d (xi2), type 'KeyPress' on window 0x11f
[ 24610.129]     detail 23 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.129]   grab 0x40a3726f (xi2), type 'KeyPress' on window 0x11f
[ 24610.129]     detail 96 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.129]   grab 0x40a3726a (xi2), type 'KeyPress' on window 0x11f
[ 24610.129]     detail 23 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.129]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.129]   grab 0x40a3726b (xi2), type 'KeyPress' on window 0x11f
[ 24610.129]     detail 23 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.129]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.129]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a37265 (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 72 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a37267 (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 23 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a37262 (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 72 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a37263 (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 72 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a3721d (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 85 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a3721f (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 79 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a3721a (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 85 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.130]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.130]   grab 0x40a3721b (xi2), type 'KeyPress' on window 0x11f
[ 24610.130]     detail 85 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.130]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.130]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a37215 (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 84 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.131]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a37217 (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 85 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.131]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a37212 (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 84 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.131]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a37213 (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 84 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.131]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a3720d (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 83 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.131]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a3720f (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 84 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.131]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a3720a (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 83 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.131]       xi2 event mask 0xc 0 0 0 
[ 24610.131]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.131]   grab 0x40a3720b (xi2), type 'KeyPress' on window 0x11f
[ 24610.131]     detail 83 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.131]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a37205 (xi2), type 'KeyPress' on window 0x11f
[ 24610.132]     detail 89 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a37207 (xi2), type 'KeyPress' on window 0x11f
[ 24610.132]     detail 83 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a37202 (xi2), type 'KeyPress' on window 0x11f
[ 24610.132]     detail 89 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a37203 (xi2), type 'KeyPress' on window 0x11f
[ 24610.132]     detail 89 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a3723d (xi2), type 'KeyPress' on window 0x11f
[ 24610.132]     detail 65 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a3723f (xi2), type 'KeyPress' on window 0x11f
[ 24610.132]     detail 112 (mask 0), modifiersDetail 9 (mask 0)
[ 24610.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a3723a (xi2), type 'KeyPress' on window 0x11f
[ 24610.132]     detail 65 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.132]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.132]       xi2 event mask 0xc 0 0 0 
[ 24610.132]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.132]   grab 0x40a3723b (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 65 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.133]   grab 0x40a37235 (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 81 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.133]   grab 0x40a37237 (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 65 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.133]   grab 0x40a37232 (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 81 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.133]   grab 0x40a37233 (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 81 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.133]   grab 0x40a3722d (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 80 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.133]   grab 0x40a3722f (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 81 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.133]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.133]   grab 0x40a3722a (xi2), type 'KeyPress' on window 0x11f
[ 24610.133]     detail 80 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.133]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.133]       xi2 event mask 0xc 0 0 0 
[ 24610.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a3722b (xi2), type 'KeyPress' on window 0x11f
[ 24610.134]     detail 80 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.134]       xi2 event mask 0xc 0 0 0 
[ 24610.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a37225 (xi2), type 'KeyPress' on window 0x11f
[ 24610.134]     detail 79 (mask 0), modifiersDetail 30 (mask 0)
[ 24610.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.134]       xi2 event mask 0xc 0 0 0 
[ 24610.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a37227 (xi2), type 'KeyPress' on window 0x11f
[ 24610.134]     detail 80 (mask 0), modifiersDetail 12 (mask 0)
[ 24610.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.134]       xi2 event mask 0xc 0 0 0 
[ 24610.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a37222 (xi2), type 'KeyPress' on window 0x11f
[ 24610.134]     detail 79 (mask 0), modifiersDetail 28 (mask 0)
[ 24610.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.134]       xi2 event mask 0xc 0 0 0 
[ 24610.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a37223 (xi2), type 'KeyPress' on window 0x11f
[ 24610.134]     detail 79 (mask 0), modifiersDetail 14 (mask 0)
[ 24610.134]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.134]       xi2 event mask 0xc 0 0 0 
[ 24610.134]     owner-events true, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a37359 (xi2), type 'ButtonPress' on window 0x1e00034
[ 24610.134]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.134]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.134]       xi2 event mask 0x30 0 0 0 
[ 24610.134]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a3735a (xi2), type 'ButtonPress' on window 0x1e00034
[ 24610.134]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.134]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.134]       xi2 event mask 0x30 0 0 0 
[ 24610.134]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.134]   grab 0x40a37356 (xi2), type 'ButtonPress' on window 0x1e00034
[ 24610.134]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.134]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a37357 (xi2), type 'ButtonPress' on window 0x1e00034
[ 24610.135]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.135]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a37350 (xi2), type 'ButtonPress' on window 0x100000c
[ 24610.135]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.135]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a37351 (xi2), type 'ButtonPress' on window 0x100000c
[ 24610.135]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.135]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a37353 (xi2), type 'ButtonPress' on window 0x1e00034
[ 24610.135]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.135]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a3734d (xi2), type 'ButtonPress' on window 0x100000c
[ 24610.135]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.135]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a3734e (xi2), type 'ButtonPress' on window 0x100000c
[ 24610.135]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.135]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a37348 (xi2), type 'ButtonPress' on window 0x1000010
[ 24610.135]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.135]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.135]       xi2 event mask 0x30 0 0 0 
[ 24610.135]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.135]   grab 0x40a3734a (xi2), type 'ButtonPress' on window 0x100000c
[ 24610.136]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.136]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.136]   grab 0x40a37344 (xi2), type 'ButtonPress' on window 0x1000010
[ 24610.136]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.136]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.136]   grab 0x40a37345 (xi2), type 'ButtonPress' on window 0x1000010
[ 24610.136]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.136]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.136]   grab 0x40a37347 (xi2), type 'ButtonPress' on window 0x1000010
[ 24610.136]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.136]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.136]   grab 0x40a37341 (xi2), type 'ButtonPress' on window 0x1000010
[ 24610.136]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.136]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.136]   grab 0x40a3731d (xi2), type 'ButtonPress' on window 0x1000003
[ 24610.136]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.136]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.136]   grab 0x40a37318 (xi2), type 'ButtonPress' on window 0x1e00042
[ 24610.136]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.136]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.136]   grab 0x40a3731a (xi2), type 'ButtonPress' on window 0x1e00042
[ 24610.136]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.136]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.136]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a3731b (xi2), type 'ButtonPress' on window 0x1e00042
[ 24610.137]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a37314 (xi2), type 'ButtonPress' on window 0x1e00042
[ 24610.137]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a37317 (xi2), type 'ButtonPress' on window 0x1e00042
[ 24610.137]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a37311 (xi2), type 'ButtonPress' on window 0x1e00003
[ 24610.137]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a37312 (xi2), type 'ButtonPress' on window 0x1e00003
[ 24610.137]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a3730e (xi2), type 'ButtonPress' on window 0x1e00003
[ 24610.137]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a3730f (xi2), type 'ButtonPress' on window 0x1e00003
[ 24610.137]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.137]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.137]   grab 0x40a37308 (xi2), type 'ButtonPress' on window 0xe00064
[ 24610.137]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.137]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.137]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a37309 (xi2), type 'ButtonPress' on window 0xe00064
[ 24610.138]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.138]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.138]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a3730b (xi2), type 'ButtonPress' on window 0x1e00003
[ 24610.138]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.138]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.138]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a37305 (xi2), type 'ButtonPress' on window 0xe00064
[ 24610.138]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.138]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.138]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a37306 (xi2), type 'ButtonPress' on window 0xe00064
[ 24610.138]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.138]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.138]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a37300 (xi2), type 'ButtonPress' on window 0x4c00010
[ 24610.138]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.138]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.138]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a37302 (xi2), type 'ButtonPress' on window 0xe00064
[ 24610.138]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.138]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.138]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a3733c (xi2), type 'ButtonPress' on window 0x1000015
[ 24610.138]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.138]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.138]       xi2 event mask 0x30 0 0 0 
[ 24610.138]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.138]   grab 0x40a3733e (xi2), type 'ButtonPress' on window 0x1000015
[ 24610.139]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.139]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.139]   grab 0x40a3733f (xi2), type 'ButtonPress' on window 0x1000015
[ 24610.139]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.139]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.139]   grab 0x40a37338 (xi2), type 'ButtonPress' on window 0x1000015
[ 24610.139]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.139]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.139]   grab 0x40a3733b (xi2), type 'ButtonPress' on window 0x1000015
[ 24610.139]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.139]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.139]   grab 0x40a37335 (xi2), type 'ButtonPress' on window 0x1000019
[ 24610.139]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.139]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.139]   grab 0x40a37336 (xi2), type 'ButtonPress' on window 0x1000019
[ 24610.139]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.139]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.139]   grab 0x40a37332 (xi2), type 'ButtonPress' on window 0x1000019
[ 24610.139]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.139]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.139]   grab 0x40a37333 (xi2), type 'ButtonPress' on window 0x1000019
[ 24610.139]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.139]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.139]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a3732c (xi2), type 'ButtonPress' on window 0x1e00026
[ 24610.140]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a3732d (xi2), type 'ButtonPress' on window 0x1e00026
[ 24610.140]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a3732f (xi2), type 'ButtonPress' on window 0x1000019
[ 24610.140]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a37329 (xi2), type 'ButtonPress' on window 0x1e00026
[ 24610.140]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a3732a (xi2), type 'ButtonPress' on window 0x1e00026
[ 24610.140]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a37324 (xi2), type 'ButtonPress' on window 0x1000003
[ 24610.140]     detail 0 (mask 0), modifiersDetail -2147483648 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a37326 (xi2), type 'ButtonPress' on window 0x1e00026
[ 24610.140]     detail 0 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.140]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.140]   grab 0x40a37320 (xi2), type 'ButtonPress' on window 0x1000003
[ 24610.140]     detail 0 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.140]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.140]       xi2 event mask 0x30 0 0 0 
[ 24610.141]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40a37321 (xi2), type 'ButtonPress' on window 0x1000003
[ 24610.141]     detail 0 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.141]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]       xi2 event mask 0x30 0 0 0 
[ 24610.141]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40a37323 (xi2), type 'ButtonPress' on window 0x1000003
[ 24610.141]     detail 0 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.141]     device 'Virtual core pointer' (2), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]       xi2 event mask 0x30 0 0 0 
[ 24610.141]     owner-events false, kb 1 ptr 0, confine 0x0, cursor 0x0
[ 24610.141]   Printing all registered grabs of client pid 802 xfsettingsd --display :0.0 --sm-client-id 296f218be-87d6-4178-8d3f-e920c33833da
[ 24610.141]   grab 0x40c086d3 (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 67 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]     core event mask 0x3
[ 24610.141]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40c08651 (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 235 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]     core event mask 0x3
[ 24610.141]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40c085df (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 107 (mask 0), modifiersDetail 146 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]     core event mask 0x3
[ 24610.141]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40c086d2 (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 67 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]     core event mask 0x3
[ 24610.141]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40c08693 (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 68 (mask 0), modifiersDetail 154 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]     core event mask 0x3
[ 24610.141]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40c08690 (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 68 (mask 0), modifiersDetail 138 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]     core event mask 0x3
[ 24610.141]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40c08653 (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 235 (mask 0), modifiersDetail 144 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.141]     core event mask 0x3
[ 24610.141]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.141]   grab 0x40c086d0 (core), type 'KeyPress' on window 0x11f
[ 24610.141]     detail 67 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.141]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c085dc (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 107 (mask 0), modifiersDetail 130 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c08696 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 43 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c085db (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 107 (mask 0), modifiersDetail 144 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c08697 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 43 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c08654 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 235 (mask 0), modifiersDetail 130 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c086d5 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 67 (mask 0), modifiersDetail 136 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c08694 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 43 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c08657 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 235 (mask 0), modifiersDetail 146 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c085d9 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 107 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c086db (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 67 (mask 0), modifiersDetail 138 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c086da (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 67 (mask 0), modifiersDetail 152 (mask 0)
[ 24610.142]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.142]     core event mask 0x3
[ 24610.142]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.142]   grab 0x40c085d6 (core), type 'KeyPress' on window 0x11f
[ 24610.142]     detail 107 (mask 0), modifiersDetail 128 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c086d8 (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 67 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c08699 (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 43 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c085d4 (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 107 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c086df (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 58 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c0869e (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 43 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c085d3 (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 107 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c086de (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 67 (mask 0), modifiersDetail 154 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c0869f (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 43 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c0869c (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 43 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c085d1 (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 107 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c085d0 (core), type 'KeyPress' on window 0x11f
[ 24610.143]     detail 10 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.143]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.143]     core event mask 0x3
[ 24610.143]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.143]   grab 0x40c08600 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 33 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08705 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 28 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08601 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 33 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c085cd (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 10 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08707 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 28 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08642 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 69 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08603 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 33 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c085cc (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 10 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08700 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 28 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08645 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 69 (mask 0), modifiersDetail 138 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08687 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 68 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c08644 (core), type 'KeyPress' on window 0x11f
[ 24610.144]     detail 69 (mask 0), modifiersDetail 152 (mask 0)
[ 24610.144]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.144]     core event mask 0x3
[ 24610.144]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.144]   grab 0x40c085ca (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 10 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08702 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 28 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08606 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 33 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08685 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 68 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c0868a (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 68 (mask 0), modifiersDetail 136 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08649 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 235 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08608 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 33 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c085c7 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 10 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08648 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 69 (mask 0), modifiersDetail 154 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08609 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 33 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c08688 (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 68 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c0864b (core), type 'KeyPress' on window 0x11f
[ 24610.145]     detail 235 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.145]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.145]     core event mask 0x3
[ 24610.145]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.145]   grab 0x40c085c5 (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 10 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c085c4 (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 10 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c08708 (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 28 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c0860c (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 33 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c0868f (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 68 (mask 0), modifiersDetail 152 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c0864c (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 235 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c085c2 (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 10 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c085c1 (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 26 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c0870b (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 28 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c0868d (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 68 (mask 0), modifiersDetail 26 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c0864e (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 235 (mask 0), modifiersDetail 128 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.146]   grab 0x40c086f3 (core), type 'KeyPress' on window 0x11f
[ 24610.146]     detail 9 (mask 0), modifiersDetail 132 (mask 0)
[ 24610.146]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.146]     core event mask 0x3
[ 24610.146]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085be (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 26 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085fe (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 33 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c086f1 (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 9 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085fd (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 25 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c086f0 (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 9 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085bd (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 26 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c086f6 (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 9 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085fa (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 25 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085bb (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 26 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085f9 (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 25 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085b8 (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 26 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.147]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.147]   grab 0x40c085f7 (core), type 'KeyPress' on window 0x11f
[ 24610.147]     detail 25 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.147]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.147]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c085b6 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 26 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c086f9 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 9 (mask 0), modifiersDetail 134 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c0863a (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 69 (mask 0), modifiersDetail 8 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c086f8 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 9 (mask 0), modifiersDetail 148 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c085f4 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 25 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c085b5 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 26 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c086ff (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 28 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c0863c (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 69 (mask 0), modifiersDetail 24 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c085b2 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 46 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c0863d (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 69 (mask 0), modifiersDetail 10 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c085f2 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 25 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.148]     core event mask 0x3
[ 24610.148]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.148]   grab 0x40c085b3 (core), type 'KeyPress' on window 0x11f
[ 24610.148]     detail 26 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.148]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c086fd (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 28 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c085f1 (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 25 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c086fc (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 9 (mask 0), modifiersDetail 150 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c0863f (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 69 (mask 0), modifiersDetail 136 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c086a2 (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 43 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c085ef (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 25 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c085ae (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 46 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c086e2 (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 58 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c085ee (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 218 (mask 0), modifiersDetail 146 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c085af (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 46 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c086e1 (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 58 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.149]     core event mask 0x3
[ 24610.149]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.149]   grab 0x40c085ac (core), type 'KeyPress' on window 0x11f
[ 24610.149]     detail 46 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.149]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c086e7 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 58 (mask 0), modifiersDetail 82 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085eb (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 218 (mask 0), modifiersDetail 130 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085ea (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 218 (mask 0), modifiersDetail 144 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c086e4 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 58 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085e8 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 218 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085a9 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 46 (mask 0), modifiersDetail 192 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085a6 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 46 (mask 0), modifiersDetail 80 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c086ea (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 58 (mask 0), modifiersDetail 194 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085a7 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 46 (mask 0), modifiersDetail 66 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c086e9 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 58 (mask 0), modifiersDetail 208 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085e5 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 218 (mask 0), modifiersDetail 128 (mask 0)
[ 24610.150]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.150]     core event mask 0x3
[ 24610.150]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.150]   grab 0x40c085a4 (core), type 'KeyPress' on window 0x11f
[ 24610.150]     detail 46 (mask 0), modifiersDetail 64 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x40c085e3 (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 218 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x40c086ee (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 9 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x40c085e2 (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 218 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x40c086ed (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 58 (mask 0), modifiersDetail 210 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x40c085e0 (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 218 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   Printing all registered grabs of client pid 879 xfdesktop --display :0.0 --sm-client-id 2b2dac7e1-f36d-4e10-8122-3b0b7e5e5d4c
[ 24610.151]   Printing all registered grabs of client pid 848 xfce4-panel --display :0.0 --sm-client-id 2ea83a400-dcb7-4a0a-97e2-a9fb81435b84
[ 24610.151]   Printing all registered grabs of client pid 879 xfdesktop --display :0.0 --sm-client-id 2b2dac7e1-f36d-4e10-8122-3b0b7e5e5d4c
[ 24610.151]   Printing all registered grabs of client pid 885 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libcpugraph.so 12 16777225 cpugraph CPU-Diagramm Grafische Darstellung der CPU-Last 
[ 24610.151]   Printing all registered grabs of client pid 886 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libsystray.so 6 16777226 systray Benachrichtigungsfläche Fläche, in der Symbole für Benachrichtigungen erscheinen 
[ 24610.151]   Printing all registered grabs of client pid 887 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libactions.so 2 16777227 actions Aktionsknöpfe Abmelden, sperren oder andere Systemaktionen 
[ 24610.151]   Printing all registered grabs of client pid 884 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libpulseaudio-plugin.so 17 16777224 pulseaudio PulseAudio-Modul Die Lautstärke des PulseAudio-Klangsystems anpassen 
[ 24610.151]   grab 0x41a00fbe (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 123 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x41a00fbf (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 123 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x41a00fbc (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 121 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x41a00fbd (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 121 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.151]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.151]   grab 0x41a00fba (core), type 'KeyPress' on window 0x11f
[ 24610.151]     detail 121 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.151]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.151]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fbb (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 121 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb8 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 198 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb9 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 198 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb6 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 198 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb7 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 198 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb4 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 215 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb5 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 215 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb2 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 215 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb3 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 215 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb0 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 208 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fb1 (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 208 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.152]     core event mask 0x3
[ 24610.152]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.152]   grab 0x41a00fae (core), type 'KeyPress' on window 0x11f
[ 24610.152]     detail 208 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.152]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00faf (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 208 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fac (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 172 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fad (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 172 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00faa (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 172 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fab (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 172 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fa8 (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 174 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fa9 (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 174 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fa6 (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 174 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fa7 (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 174 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fc5 (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 122 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fc4 (core), type 'KeyPress' on window 0x11f
[ 24610.153]     detail 122 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.153]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.153]     core event mask 0x3
[ 24610.153]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.153]   grab 0x41a00fc3 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 122 (mask 0), modifiersDetail 16 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41a00fc2 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 122 (mask 0), modifiersDetail 0 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41a00fc1 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 123 (mask 0), modifiersDetail 18 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41a00fc0 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 123 (mask 0), modifiersDetail 2 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events false, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   Printing all registered grabs of client pid 903 xfce4-power-manager --restart --sm-client-id 2ff254ad6-b0bb-4c99-b2f5-3693dbe76e20
[ 24610.154]   grab 0x41c00007 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 124 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c00008 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 213 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c00009 (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 150 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000a (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 233 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000b (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 232 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000c (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 244 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000d (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 238 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.154]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.154]   grab 0x41c0000e (core), type 'KeyPress' on window 0x11f
[ 24610.154]     detail 237 (mask 0), modifiersDetail 32768 (mask 0)
[ 24610.154]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.154]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   Printing all registered grabs of client pid 908 /usr/lib/xfce4/notifyd/xfce4-notifyd 
[ 24610.155]   Printing all registered grabs of client pid 929 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libscreenshooterplugin.so 29 16777236 screenshooter Bildschirmfoto Bildschirmfoto des ganzen Bildschirms, des aktuellen Fensters oder eines Bereichs erstellen 
[ 24610.155]   Printing all registered grabs of client pid 957 xfce4-screensaver 
[ 24610.155]   Printing all registered grabs of client pid 961 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 
[ 24610.155]   Printing all registered grabs of client pid 825 /usr/bin/pulseaudio --daemonize=no
[ 24610.155]   Printing all registered grabs of client pid 969 light-locker 
[ 24610.155]   Printing all registered grabs of client pid 933 albert 
[ 24610.155]   grab 0x42c00007 (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 4 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   grab 0x42c00008 (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 6 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   grab 0x42c00009 (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 20 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   grab 0x42c0000a (core), type 'KeyPress' on window 0x11f
[ 24610.155]     detail 65 (mask 0), modifiersDetail 22 (mask 0)
[ 24610.155]     device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3)
[ 24610.155]     core event mask 0x3
[ 24610.155]     owner-events true, kb 1 ptr 1, confine 0x0, cursor 0x0
[ 24610.155]   Printing all registered grabs of client pid 933 albert 
[ 24610.155]   Printing all registered grabs of client pid 884 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libpulseaudio-plugin.so 17 16777224 pulseaudio PulseAudio-Modul Die Lautstärke des PulseAudio-Klangsystems anpassen 
[ 24610.155]   Printing all registered grabs of client pid 931 python3 /usr/bin/redshift-gtk
[ 24610.155]   Printing all registered grabs of client pid 958 /usr/bin/python /usr/bin/blueman-applet
[ 24610.155]   Printing all registered grabs of client pid 1095 /usr/bin/Thunar --daemon
[ 24610.155]   Printing all registered grabs of client pid 1106 /usr/bin/redshift -v
[ 24610.155]   Printing all registered grabs of client pid 1116 /usr/bin/python /usr/bin/blueman-tray
[ 24610.155]   Printing all registered grabs of client pid 20781 /usr/lib/firefox/firefox https://bbs.archlinux.org/viewtopic.php?pid=1881531#p1881531
[ 24610.155]   Printing all registered grabs of client pid 20781 /usr/lib/firefox/firefox https://bbs.archlinux.org/viewtopic.php?pid=1881531#p1881531
[ 24610.155]   Printing all registered grabs of client pid 20834 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 20834 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 20885 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 20885 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 20932 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 20932 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 6365 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 1537 /usr/lib/thunderbird/thunderbird 
[ 24610.155]   Printing all registered grabs of client pid 20960 /usr/lib/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 7097 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 20960 /usr/lib/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 7097 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 21064 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 8773 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 21064 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 8773 -prefMapSize 399134 -parentBuildID 20200106152225 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 20781 true tab
[ 24610.155]   Printing all registered grabs of client pid 21171 xdotool key XF86LogGrabInfo
[ 24610.155] End list of registered passive grabs

Offline

#10 2020-01-07 19:50:49

seth
Member
Registered: 2012-09-03
Posts: 50,967

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

…
[ 24607.124] (II) Printing all currently active device grabs:
[ 24607.124] (II) End list of active device grabs
…

It's not a grab…

Online

#11 2020-01-08 20:53:18

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

seth wrote:

Sounds more like the latter (grabbed keyboard)

xdotool key "XF86LogGrabInfo"

Will print all grabs into the Xorg log. You could timer this (sleep 20; …) trigger the lock, unlock, wait until the command ran and inspect the lock whether and what client holds a keyboard grab after the unlock.

Alright I finally understood what you meant....

Either I am unable to get the relevant grabs into the Xorg log or the logging does not work.

Both
$ sudo geany /var/log/Xorg.0.log
$ geany ~/.local/share/xorg/Xorg.0.log
show me empty files, and I really tried it with so many timed versions...

~/.local/share/xorg/Xorg.1.log has this content:

[ 45201.954] 
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[ 45201.954] Build Operating System: Linux Arch Linux
[ 45201.954] Current Operating System: Linux myarch 5.4.8-arch1-1 #1 SMP PREEMPT Sat, 04 Jan 2020 23:46:18 +0000 x86_64
[ 45201.954] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img earlyprintk=efi root=PARTUUID=88e6edc4-4ddb-460a-854a-6ff0ffc19a7e rw
[ 45201.954] Build Date: 04 January 2020  10:10:25AM
[ 45201.954]  
[ 45201.954] Current version of pixman: 0.38.4
[ 45201.954] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 45201.954] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 45201.954] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Jan  8 21:43:58 2020
[ 45201.955] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 45201.955] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 45201.955] (==) No Layout section.  Using the first Screen section.
[ 45201.955] (==) No screen section available. Using defaults.
[ 45201.955] (**) |-->Screen "Default Screen Section" (0)
[ 45201.955] (**) |   |-->Monitor "<default monitor>"
[ 45201.955] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 45201.955] (==) Automatically adding devices
[ 45201.955] (==) Automatically enabling devices
[ 45201.955] (==) Automatically adding GPU devices
[ 45201.955] (==) Automatically binding GPU devices
[ 45201.955] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 45201.955] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 45201.955] 	Entry deleted from font path.
[ 45201.955] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 45201.955] 	Entry deleted from font path.
[ 45201.955] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 45201.955] 	Entry deleted from font path.
[ 45201.955] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[ 45201.956] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 45201.956] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 45201.956] (II) Module ABI versions:
[ 45201.956] 	X.Org ANSI C Emulation: 0.4
[ 45201.956] 	X.Org Video Driver: 24.0
[ 45201.956] 	X.Org XInput driver : 24.1
[ 45201.956] 	X.Org Server Extension : 10.0
[ 45201.957] (++) using VT number 8

[ 45201.957] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 45201.958] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 45201.958] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 45201.962] (--) PCI:*(0@0:2:0) 8086:0102:1849:0102 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 45201.962] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 45201.962] (II) LoadModule: "glx"
[ 45201.962] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 45201.964] (II) Module glx: vendor="X.Org Foundation"
[ 45201.964] 	compiled for 1.20.6, module version = 1.0.0
[ 45201.964] 	ABI class: X.Org Server Extension, version 10.0
[ 45201.964] (==) Matched intel as autoconfigured driver 0
[ 45201.964] (==) Matched modesetting as autoconfigured driver 1
[ 45201.964] (==) Matched fbdev as autoconfigured driver 2
[ 45201.964] (==) Matched vesa as autoconfigured driver 3
[ 45201.964] (==) Assigned the driver to the xf86ConfigLayout
[ 45201.964] (II) LoadModule: "intel"
[ 45201.965] (WW) Warning, couldn't open module intel
[ 45201.965] (EE) Failed to load module "intel" (module does not exist, 0)
[ 45201.965] (II) LoadModule: "modesetting"
[ 45201.965] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 45201.966] (II) Module modesetting: vendor="X.Org Foundation"
[ 45201.966] 	compiled for 1.20.6, module version = 1.20.6
[ 45201.966] 	Module class: X.Org Video Driver
[ 45201.966] 	ABI class: X.Org Video Driver, version 24.0
[ 45201.966] (II) LoadModule: "fbdev"
[ 45201.966] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 45201.966] (II) Module fbdev: vendor="X.Org Foundation"
[ 45201.966] 	compiled for 1.20.0, module version = 0.5.0
[ 45201.966] 	Module class: X.Org Video Driver
[ 45201.966] 	ABI class: X.Org Video Driver, version 24.0
[ 45201.966] (II) LoadModule: "vesa"
[ 45201.966] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 45201.966] (II) Module vesa: vendor="X.Org Foundation"
[ 45201.966] 	compiled for 1.20.0, module version = 2.4.0
[ 45201.966] 	Module class: X.Org Video Driver
[ 45201.966] 	ABI class: X.Org Video Driver, version 24.0
[ 45201.966] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 45201.966] (II) FBDEV: driver for framebuffer: fbdev
[ 45201.966] (II) VESA: driver for VESA chipsets: vesa
[ 45202.353] (**) modeset(0): claimed PCI slot 0@0:2:0
[ 45202.353] (II) modeset(0): using default device
[ 45202.353] (WW) Falling back to old probe method for fbdev
[ 45202.353] (II) Loading sub module "fbdevhw"
[ 45202.353] (II) LoadModule: "fbdevhw"
[ 45202.353] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 45202.353] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 45202.353] 	compiled for 1.20.6, module version = 0.0.2
[ 45202.353] 	ABI class: X.Org Video Driver, version 24.0
[ 45202.354] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 45202.354] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 45202.354] (==) modeset(0): RGB weight 888
[ 45202.354] (==) modeset(0): Default visual is TrueColor
[ 45202.354] (II) Loading sub module "glamoregl"
[ 45202.354] (II) LoadModule: "glamoregl"
[ 45202.354] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 45202.360] (II) Module glamoregl: vendor="X.Org Foundation"
[ 45202.360] 	compiled for 1.20.6, module version = 1.0.1
[ 45202.360] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 45202.395] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Sandybridge Desktop 
[ 45202.395] (II) modeset(0): glamor initialized
[ 45202.396] (II) modeset(0): Output VGA-1 has no monitor section
[ 45202.398] (II) modeset(0): Output HDMI-1 has no monitor section
[ 45202.398] (II) modeset(0): Output DP-1 has no monitor section
[ 45202.578] (II) modeset(0): Output HDMI-2 has no monitor section
[ 45202.604] (II) modeset(0): Output HDMI-3 has no monitor section
[ 45202.605] (II) modeset(0): Output DP-2 has no monitor section
[ 45202.684] (II) modeset(0): Output DP-3 has no monitor section
[ 45202.685] (II) modeset(0): EDID for output VGA-1
[ 45202.687] (II) modeset(0): EDID for output HDMI-1
[ 45202.687] (II) modeset(0): EDID for output DP-1
[ 45202.868] (II) modeset(0): EDID for output HDMI-2
[ 45202.895] (II) modeset(0): EDID for output HDMI-3
[ 45202.895] (II) modeset(0): Manufacturer: DEL  Model: a0a4  Serial#: 911226956
[ 45202.895] (II) modeset(0): Year: 2014  Week: 53
[ 45202.895] (II) modeset(0): EDID Version: 1.3
[ 45202.895] (II) modeset(0): Digital Display Input
[ 45202.895] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[ 45202.895] (II) modeset(0): Gamma: 2.20
[ 45202.895] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 45202.895] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 45202.895] (II) modeset(0): Default color space is primary color space
[ 45202.895] (II) modeset(0): First detailed timing is preferred mode
[ 45202.895] (II) modeset(0): redX: 0.653 redY: 0.335   greenX: 0.323 greenY: 0.611
[ 45202.895] (II) modeset(0): blueX: 0.153 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
[ 45202.895] (II) modeset(0): Supported established timings:
[ 45202.895] (II) modeset(0): 720x400@70Hz
[ 45202.895] (II) modeset(0): 640x480@60Hz
[ 45202.895] (II) modeset(0): 640x480@75Hz
[ 45202.895] (II) modeset(0): 800x600@60Hz
[ 45202.895] (II) modeset(0): 800x600@75Hz
[ 45202.895] (II) modeset(0): 1024x768@60Hz
[ 45202.895] (II) modeset(0): 1024x768@75Hz
[ 45202.895] (II) modeset(0): 1280x1024@75Hz
[ 45202.895] (II) modeset(0): Manufacturer's mask: 0
[ 45202.895] (II) modeset(0): Supported standard timings:
[ 45202.895] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 45202.895] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 45202.895] (II) modeset(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[ 45202.895] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[ 45202.895] (II) modeset(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[ 45202.895] (II) modeset(0): Supported detailed timing:
[ 45202.895] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[ 45202.895] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 45202.895] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 45202.895] (II) modeset(0): Serial No: 9TG464CU6P8L
[ 45202.895] (II) modeset(0): Monitor name: DELL U2414H
[ 45202.895] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 45202.895] (II) modeset(0): Supported detailed timing:
[ 45202.896] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[ 45202.896] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 45202.896] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 45202.896] (II) modeset(0): Supported detailed timing:
[ 45202.896] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[ 45202.896] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 45202.896] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[ 45202.896] (II) modeset(0): Supported detailed timing:
[ 45202.896] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[ 45202.896] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 45202.896] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[ 45202.896] (II) modeset(0): Supported detailed timing:
[ 45202.896] (II) modeset(0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[ 45202.896] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[ 45202.896] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[ 45202.896] (II) modeset(0): Number of EDID sections to follow: 1
[ 45202.896] (II) modeset(0): EDID (in hex):
[ 45202.896] (II) modeset(0): 	00ffffffffffff0010aca4a04c385036
[ 45202.896] (II) modeset(0): 	3518010380351e78ee7e75a755529c27
[ 45202.896] (II) modeset(0): 	0f5054a54b00714f8180a9c0a940d1c0
[ 45202.896] (II) modeset(0): 	010101010101023a801871382d40582c
[ 45202.896] (II) modeset(0): 	45000f282100001e000000ff00395447
[ 45202.896] (II) modeset(0): 	34363443553650384c0a000000fc0044
[ 45202.896] (II) modeset(0): 	454c4c205532343134480a20000000fd
[ 45202.896] (II) modeset(0): 	00384c1e5311000a202020202020013e
[ 45202.896] (II) modeset(0): 	02031ff14c9005040302071601141f12
[ 45202.896] (II) modeset(0): 	132309070765030c0010008301000002
[ 45202.896] (II) modeset(0): 	3a801871382d40582c45000f28210000
[ 45202.896] (II) modeset(0): 	1e011d8018711c1620582c25000f2821
[ 45202.896] (II) modeset(0): 	00009e011d007251d01e206e2855000f
[ 45202.896] (II) modeset(0): 	282100001e8c0ad08a20e02d10103e96
[ 45202.896] (II) modeset(0): 	000f2821000018000000000000000000
[ 45202.896] (II) modeset(0): 	00000000000000000000000000000037
[ 45202.896] (II) modeset(0): Printing probed modes for output HDMI-3
[ 45202.896] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 45202.896] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 45202.896] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 45202.896] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 45202.896] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 45202.897] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 45202.897] (II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 45202.897] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 45202.897] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 45202.897] (II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[ 45202.897] (II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 45202.897] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 45202.897] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 45202.897] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 45202.897] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 45202.897] (II) modeset(0): EDID for output DP-2
[ 45202.976] (II) modeset(0): EDID for output DP-3
[ 45202.976] (II) modeset(0): Output VGA-1 disconnected
[ 45202.976] (II) modeset(0): Output HDMI-1 disconnected
[ 45202.976] (II) modeset(0): Output DP-1 disconnected
[ 45202.976] (II) modeset(0): Output HDMI-2 disconnected
[ 45202.976] (II) modeset(0): Output HDMI-3 connected
[ 45202.976] (II) modeset(0): Output DP-2 disconnected
[ 45202.976] (II) modeset(0): Output DP-3 disconnected
[ 45202.976] (II) modeset(0): Using exact sizes for initial modes
[ 45202.976] (II) modeset(0): Output HDMI-3 using initial mode 1920x1080 +0+0
[ 45202.976] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 45202.976] (==) modeset(0): DPI set to (96, 96)
[ 45202.976] (II) Loading sub module "fb"
[ 45202.976] (II) LoadModule: "fb"
[ 45202.976] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 45202.977] (II) Module fb: vendor="X.Org Foundation"
[ 45202.977] 	compiled for 1.20.6, module version = 1.0.0
[ 45202.977] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 45202.977] (II) UnloadModule: "fbdev"
[ 45202.977] (II) Unloading fbdev
[ 45202.977] (II) UnloadSubModule: "fbdevhw"
[ 45202.977] (II) Unloading fbdevhw
[ 45202.977] (II) UnloadModule: "vesa"
[ 45202.977] (II) Unloading vesa
[ 45202.989] (==) modeset(0): Backing store enabled
[ 45202.989] (==) modeset(0): Silken mouse disabled
[ 45203.096] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 45203.096] (==) modeset(0): DPMS enabled
[ 45203.097] (II) modeset(0): [DRI2] Setup complete
[ 45203.097] (II) modeset(0): [DRI2]   DRI driver: i965
[ 45203.097] (II) modeset(0): [DRI2]   VDPAU driver: i965
[ 45203.097] (II) Initializing extension Generic Event Extension
[ 45203.097] (II) Initializing extension SHAPE
[ 45203.097] (II) Initializing extension MIT-SHM
[ 45203.098] (II) Initializing extension XInputExtension
[ 45203.098] (II) Initializing extension XTEST
[ 45203.098] (II) Initializing extension BIG-REQUESTS
[ 45203.098] (II) Initializing extension SYNC
[ 45203.098] (II) Initializing extension XKEYBOARD
[ 45203.099] (II) Initializing extension XC-MISC
[ 45203.099] (II) Initializing extension SECURITY
[ 45203.099] (II) Initializing extension XFIXES
[ 45203.099] (II) Initializing extension RENDER
[ 45203.099] (II) Initializing extension RANDR
[ 45203.100] (II) Initializing extension COMPOSITE
[ 45203.100] (II) Initializing extension DAMAGE
[ 45203.100] (II) Initializing extension MIT-SCREEN-SAVER
[ 45203.100] (II) Initializing extension DOUBLE-BUFFER
[ 45203.100] (II) Initializing extension RECORD
[ 45203.101] (II) Initializing extension DPMS
[ 45203.101] (II) Initializing extension Present
[ 45203.101] (II) Initializing extension DRI3
[ 45203.101] (II) Initializing extension X-Resource
[ 45203.101] (II) Initializing extension XVideo
[ 45203.102] (II) Initializing extension XVideo-MotionCompensation
[ 45203.102] (II) Initializing extension GLX
[ 45203.119] (II) AIGLX: Loaded and initialized i965
[ 45203.119] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 45203.119] (II) Initializing extension XFree86-VidModeExtension
[ 45203.119] (II) Initializing extension XFree86-DGA
[ 45203.119] (II) Initializing extension XFree86-DRI
[ 45203.119] (II) Initializing extension DRI2
[ 45203.122] (II) modeset(0): Damage tracking initialized
[ 45203.122] (II) modeset(0): Setting screen physical size to 508 x 285
[ 45203.181] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 45203.181] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 45203.181] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 45203.181] (**) Power Button: Applying InputClass "system-keyboard"
[ 45203.181] (II) LoadModule: "libinput"
[ 45203.182] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 45203.184] (II) Module libinput: vendor="X.Org Foundation"
[ 45203.184] 	compiled for 1.20.5, module version = 0.29.0
[ 45203.184] 	Module class: X.Org XInput Driver
[ 45203.184] 	ABI class: X.Org XInput driver, version 24.1
[ 45203.184] (II) Using input driver 'libinput' for 'Power Button'
[ 45203.184] (**) Power Button: always reports core events
[ 45203.184] (**) Option "Device" "/dev/input/event1"
[ 45203.184] (**) Option "_source" "server/udev"
[ 45203.187] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 45203.187] (II) event1  - Power Button: device is a keyboard
[ 45203.187] (II) event1  - Power Button: device removed
[ 45203.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 45203.202] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 45203.202] (**) Option "xkb_layout" "de"
[ 45203.235] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 45203.236] (II) event1  - Power Button: device is a keyboard
[ 45203.237] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 45203.237] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 45203.237] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 45203.237] (**) Video Bus: Applying InputClass "system-keyboard"
[ 45203.237] (II) Using input driver 'libinput' for 'Video Bus'
[ 45203.237] (**) Video Bus: always reports core events
[ 45203.237] (**) Option "Device" "/dev/input/event9"
[ 45203.237] (**) Option "_source" "server/udev"
[ 45203.238] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[ 45203.238] (II) event9  - Video Bus: device is a keyboard
[ 45203.239] (II) event9  - Video Bus: device removed
[ 45203.298] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
[ 45203.298] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 45203.298] (**) Option "xkb_layout" "de"
[ 45203.300] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[ 45203.300] (II) event9  - Video Bus: device is a keyboard
[ 45203.301] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 45203.301] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 45203.301] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 45203.301] (**) Power Button: Applying InputClass "system-keyboard"
[ 45203.301] (II) Using input driver 'libinput' for 'Power Button'
[ 45203.301] (**) Power Button: always reports core events
[ 45203.301] (**) Option "Device" "/dev/input/event0"
[ 45203.301] (**) Option "_source" "server/udev"
[ 45203.303] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 45203.303] (II) event0  - Power Button: device is a keyboard
[ 45203.303] (II) event0  - Power Button: device removed
[ 45203.321] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 45203.321] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 45203.322] (**) Option "xkb_layout" "de"
[ 45203.323] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 45203.323] (II) event0  - Power Button: device is a keyboard
[ 45203.324] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 45203.324] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 45203.324] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 45203.325] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[ 45203.325] (II) No input driver specified, ignoring this device.
[ 45203.325] (II) This device may have been added with another device file.
[ 45203.326] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[ 45203.326] (II) No input driver specified, ignoring this device.
[ 45203.326] (II) This device may have been added with another device file.
[ 45203.326] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 45203.326] (II) No input driver specified, ignoring this device.
[ 45203.326] (II) This device may have been added with another device file.
[ 45203.327] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[ 45203.327] (II) No input driver specified, ignoring this device.
[ 45203.327] (II) This device may have been added with another device file.
[ 45203.328] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[ 45203.328] (II) No input driver specified, ignoring this device.
[ 45203.328] (II) This device may have been added with another device file.
[ 45203.328] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[ 45203.328] (II) No input driver specified, ignoring this device.
[ 45203.328] (II) This device may have been added with another device file.
[ 45203.329] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 45203.329] (II) No input driver specified, ignoring this device.
[ 45203.329] (II) This device may have been added with another device file.
[ 45203.330] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event5)
[ 45203.330] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
[ 45203.330] (**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
[ 45203.330] (**) Logitech USB Laser Mouse: Applying InputClass "My Mouse"
[ 45203.330] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[ 45203.330] (**) Logitech USB Laser Mouse: always reports core events
[ 45203.330] (**) Option "Device" "/dev/input/event5"
[ 45203.330] (**) Option "_source" "server/udev"
[ 45203.387] (II) event5  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[ 45203.387] (II) event5  - Logitech USB Laser Mouse: device set to 1000 DPI
[ 45203.387] (II) event5  - Logitech USB Laser Mouse: device is a pointer
[ 45203.387] (II) event5  - Logitech USB Laser Mouse: device removed
[ 45203.445] (**) Option "AccelSpeed" "0"
[ 45203.445] (**) Option "AccelProfile" "flat"
[ 45203.445] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/usb3/3-2/3-2:1.0/0003:046D:C069.0005/input/input8/event5"
[ 45203.445] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 9)
[ 45203.445] (**) Option "AccelerationScheme" "none"
[ 45203.445] (**) Logitech USB Laser Mouse: (accel) selected scheme none/0
[ 45203.445] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[ 45203.445] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[ 45203.503] (II) event5  - Logitech USB Laser Mouse: is tagged by udev as: Mouse
[ 45203.504] (II) event5  - Logitech USB Laser Mouse: device set to 1000 DPI
[ 45203.504] (II) event5  - Logitech USB Laser Mouse: device is a pointer
[ 45203.505] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse1)
[ 45203.505] (**) Logitech USB Laser Mouse: Applying InputClass "My Mouse"
[ 45203.505] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[ 45203.505] (**) Logitech USB Laser Mouse: always reports core events
[ 45203.505] (**) Option "Device" "/dev/input/mouse1"
[ 45203.505] (**) Option "_source" "server/udev"
[ 45203.562] (II) mouse1  - failed to create input device '/dev/input/mouse1'.
[ 45203.562] (EE) libinput: Logitech USB Laser Mouse: Failed to create a device for /dev/input/mouse1
[ 45203.562] (EE) PreInit returned 2 for "Logitech USB Laser Mouse"
[ 45203.562] (II) UnloadModule: "libinput"
[ 45203.563] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard (/dev/input/event2)
[ 45203.563] (**) HOLTEK USB-HID Keyboard: Applying InputClass "evdev keyboard catchall"
[ 45203.563] (**) HOLTEK USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 45203.563] (**) HOLTEK USB-HID Keyboard: Applying InputClass "system-keyboard"
[ 45203.563] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard'
[ 45203.563] (**) HOLTEK USB-HID Keyboard: always reports core events
[ 45203.563] (**) Option "Device" "/dev/input/event2"
[ 45203.563] (**) Option "_source" "server/udev"
[ 45203.566] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 45203.566] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 45203.567] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[ 45203.601] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:04D9:A232.0001/input/input2/event2"
[ 45203.601] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard" (type: KEYBOARD, id 10)
[ 45203.601] (**) Option "xkb_layout" "de"
[ 45203.604] (II) event2  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 45203.604] (II) event2  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 45203.606] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard Mouse (/dev/input/event3)
[ 45203.606] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[ 45203.606] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 45203.606] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "My Mouse"
[ 45203.606] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Mouse'
[ 45203.606] (**) HOLTEK USB-HID Keyboard Mouse: always reports core events
[ 45203.606] (**) Option "Device" "/dev/input/event3"
[ 45203.606] (**) Option "_source" "server/udev"
[ 45203.609] (II) event3  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 45203.609] (II) event3  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[ 45203.609] (II) event3  - HOLTEK USB-HID Keyboard Mouse: device removed
[ 45203.655] (**) Option "AccelSpeed" "0"
[ 45203.655] (**) Option "AccelProfile" "flat"
[ 45203.655] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:04D9:A232.0003/input/input3/event3"
[ 45203.655] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard Mouse" (type: MOUSE, id 11)
[ 45203.655] (**) Option "AccelerationScheme" "none"
[ 45203.655] (**) HOLTEK USB-HID Keyboard Mouse: (accel) selected scheme none/0
[ 45203.655] (**) HOLTEK USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[ 45203.655] (**) HOLTEK USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[ 45203.658] (II) event3  - HOLTEK USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 45203.658] (II) event3  - HOLTEK USB-HID Keyboard Mouse: device is a pointer
[ 45203.660] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard Mouse (/dev/input/mouse0)
[ 45203.660] (**) HOLTEK USB-HID Keyboard Mouse: Applying InputClass "My Mouse"
[ 45203.660] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Mouse'
[ 45203.660] (**) HOLTEK USB-HID Keyboard Mouse: always reports core events
[ 45203.660] (**) Option "Device" "/dev/input/mouse0"
[ 45203.660] (**) Option "_source" "server/udev"
[ 45203.731] (II) mouse0  - failed to create input device '/dev/input/mouse0'.
[ 45203.731] (EE) libinput: HOLTEK USB-HID Keyboard Mouse: Failed to create a device for /dev/input/mouse0
[ 45203.731] (EE) PreInit returned 2 for "HOLTEK USB-HID Keyboard Mouse"
[ 45203.731] (II) UnloadModule: "libinput"
[ 45203.733] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard System Control (/dev/input/event4)
[ 45203.733] (**) HOLTEK USB-HID Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[ 45203.733] (**) HOLTEK USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 45203.733] (**) HOLTEK USB-HID Keyboard System Control: Applying InputClass "system-keyboard"
[ 45203.733] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard System Control'
[ 45203.733] (**) HOLTEK USB-HID Keyboard System Control: always reports core events
[ 45203.733] (**) Option "Device" "/dev/input/event4"
[ 45203.733] (**) Option "_source" "server/udev"
[ 45203.736] (II) event4  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 45203.736] (II) event4  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[ 45203.736] (II) event4  - HOLTEK USB-HID Keyboard System Control: device removed
[ 45203.762] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:04D9:A232.0003/input/input4/event4"
[ 45203.762] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard System Control" (type: KEYBOARD, id 12)
[ 45203.762] (**) Option "xkb_layout" "de"
[ 45203.765] (II) event4  - HOLTEK USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 45203.765] (II) event4  - HOLTEK USB-HID Keyboard System Control: device is a keyboard
[ 45203.767] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard Consumer Control (/dev/input/event6)
[ 45203.767] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 45203.767] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 45203.767] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 45203.767] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Consumer Control'
[ 45203.767] (**) HOLTEK USB-HID Keyboard Consumer Control: always reports core events
[ 45203.767] (**) Option "Device" "/dev/input/event6"
[ 45203.767] (**) Option "_source" "server/udev"
[ 45203.770] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 45203.770] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[ 45203.770] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[ 45203.785] (II) libinput: HOLTEK USB-HID Keyboard Consumer Control: needs a virtual subdevice
[ 45203.785] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:04D9:A232.0003/input/input5/event6"
[ 45203.785] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard Consumer Control" (type: MOUSE, id 13)
[ 45203.785] (**) Option "AccelerationScheme" "none"
[ 45203.785] (**) HOLTEK USB-HID Keyboard Consumer Control: (accel) selected scheme none/0
[ 45203.785] (**) HOLTEK USB-HID Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 45203.785] (**) HOLTEK USB-HID Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 45203.788] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 45203.788] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device is a keyboard
[ 45203.790] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard (/dev/input/event7)
[ 45203.790] (II) No input driver specified, ignoring this device.
[ 45203.790] (II) This device may have been added with another device file.
[ 45203.791] (II) config/udev: Adding input device HOLTEK USB-HID Keyboard (/dev/input/event8)
[ 45203.791] (**) HOLTEK USB-HID Keyboard: Applying InputClass "evdev keyboard catchall"
[ 45203.791] (**) HOLTEK USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 45203.791] (**) HOLTEK USB-HID Keyboard: Applying InputClass "system-keyboard"
[ 45203.791] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard'
[ 45203.791] (**) HOLTEK USB-HID Keyboard: always reports core events
[ 45203.791] (**) Option "Device" "/dev/input/event8"
[ 45203.791] (**) Option "_source" "server/udev"
[ 45203.794] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 45203.794] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 45203.794] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[ 45203.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:04D9:A232.0003/input/input7/event8"
[ 45203.829] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard" (type: KEYBOARD, id 14)
[ 45203.829] (**) Option "xkb_layout" "de"
[ 45203.832] (II) event8  - HOLTEK USB-HID Keyboard: is tagged by udev as: Keyboard
[ 45203.832] (II) event8  - HOLTEK USB-HID Keyboard: device is a keyboard
[ 45203.846] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 45203.846] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 45203.846] (**) HOLTEK USB-HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 45203.846] (II) Using input driver 'libinput' for 'HOLTEK USB-HID Keyboard Consumer Control'
[ 45203.846] (**) HOLTEK USB-HID Keyboard Consumer Control: always reports core events
[ 45203.846] (**) Option "Device" "/dev/input/event6"
[ 45203.846] (**) Option "_source" "_driver/libinput"
[ 45203.846] (II) libinput: HOLTEK USB-HID Keyboard Consumer Control: is a virtual subdevice
[ 45203.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.2/0003:04D9:A232.0003/input/input5/event6"
[ 45203.846] (II) XINPUT: Adding extended input device "HOLTEK USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 15)
[ 45203.846] (**) Option "xkb_layout" "de"
[ 45278.795] (II) event1  - Power Button: device removed
[ 45278.829] (II) event9  - Video Bus: device removed
[ 45278.895] (II) event0  - Power Button: device removed
[ 45278.938] (II) event5  - Logitech USB Laser Mouse: device removed
[ 45278.991] (II) event2  - HOLTEK USB-HID Keyboard: device removed
[ 45279.062] (II) event3  - HOLTEK USB-HID Keyboard Mouse: device removed
[ 45279.111] (II) event4  - HOLTEK USB-HID Keyboard System Control: device removed
[ 45279.145] (II) event8  - HOLTEK USB-HID Keyboard: device removed
[ 45279.178] (II) event6  - HOLTEK USB-HID Keyboard Consumer Control: device removed
[ 45279.211] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 45279.263] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.264] (II) UnloadModule: "libinput"
[ 45279.265] (II) UnloadModule: "libinput"
[ 45279.268] (II) Server terminated successfully (0). Closing log file.

Also, I can now reproduce the problem. The problems only occurs if the screensaver (i.e. screenlock) is activated, not if I activate it myself. I edited the opening post accordingly. And I amended the opening post for content and descriptions of the problems.

Last edited by jones (2020-01-08 21:33:15)

Offline

#12 2020-01-08 21:50:55

seth
Member
Registered: 2012-09-03
Posts: 50,967

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

The logging did work, there's just no active grab at the moment when xdotool was called.

I assume you won't have that problem w/ eg. xscreensaver?

Online

#13 2020-01-09 10:26:03

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

So another new thing I learned: the problem does not seem to happen because of light-locker.
I ran sudo pacman -Rns light-locker and then pacman -S xscreensaver. The issue with getting logged out after I logged back in (now via xscreensaver's dialog) still happens. Did not reboot between the light-locker removal and xscreensavers's installation, so maybe that did not fully clear the issue.

Offline

#14 2020-01-09 21:00:46

seth
Member
Registered: 2012-09-03
Posts: 50,967

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

The issue with getting logged out after I logged back in

Hum? That's not the unresponsive keyboard is it? Sounds more as if xfce or the X11 server crashed? Did you check "coredumpctl" or (for the server) the old Xorg log?
Does the unresponsive keyboard also happen w/ xscreensaver?

Online

#15 2020-01-10 17:59:04

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

seth wrote:

The issue with getting logged out after I logged back in

Hum? That's not the unresponsive keyboard is it? Sounds more as if xfce or the X11 server crashed? Did you check "coredumpctl" or (for the server) the old Xorg log?

No, I did not. Unfortunately I emptied the old Xorg log to make sure the aforementioned logging with xdotool would work.

seth wrote:

Does the unresponsive keyboard also happen w/ xscreensaver?

Yes it did.


I uninstalled all non-native screensaver programs (xscreensaver, light-locker and slock)... and I am just now using XFCE's built-in/native one.
(Which I honestly had no idea about until yesterday and which totally surprised me, IIRC it wasn't there when I installed XFCE. More here: https://docs.xfce.org/apps/screensaver/start)
As you mentioned the crashes... I do not regard this mitigation as a solution at all, just a way to avoid further headaches for a bit. I want to use my machine in a normal fashion for a couple of days. hmm

Last edited by jones (2020-01-10 18:00:26)

Offline

#16 2020-01-10 20:40:02

seth
Member
Registered: 2012-09-03
Posts: 50,967

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

coredumpctl might still hold crashes of the xfce session daemon.

About the xfce screensaver: is it possible that (because this only happened on automatic/timered locks) it was already enabled and collided with the other savers (leading to the occupied keyboard)?

Online

#17 2020-01-10 21:29:35

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

seth wrote:

coredumpctl might still hold crashes of the xfce session daemon.

I don't even know where to begin with a core dump...code dump
I do not think I will gain the linux skill points in my lifetime.

seth wrote:

About the xfce screensaver: is it possible that (because this only happened on automatic/timered locks) it was already enabled and collided with the other savers (leading to the occupied keyboard)?

I can't answer that in a sensible way. If this is a question aimed for elaborations on possibilities and likely scenarios, I'd wager no. But it got enabled once I got logged out and somehow the system did not register any input and thus "thought" there is no usage and thus after I had logged back in, the screen turned black.

Last edited by jones (2020-01-11 08:11:07)

Offline

#18 2020-01-10 23:49:22

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

That coredump stuff can be useful even if you don't know anything. You don't need to learn about the debugger or whatnot.

You run "coredumpctl info", and it will print details about your latest program crash. You will see a "stack trace" there. There will be whole bunch of stack traces, one for each thread of the process that had crashed.

Now just look for interesting library names in those stack traces. Those names show up at the end of the lines inside round brackets.

For example the newest crash of a program I had here was Chromium. The most interesting name that it mentions is "radeonsi_dri.so". That's the Mesa OpenGL driver for AMD graphics cards. Just through seeing this name, I can now randomly decide to blame the crash on the GPU hardware acceleration that I have forced enabled in Chromium. If I wanted to doctor around with things, I could now try disabling GPU acceleration.

Offline

#19 2020-07-03 08:31:23

jones
Member
Registered: 2013-03-14
Posts: 247

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

seth wrote:

About the xfce screensaver: is it possible that (because this only happened on automatic/timered locks) it was already enabled and collided with the other savers (leading to the occupied keyboard)?

Pretty sure this was it.
At the time of seth's post, I was not aware of XFCE built-in/native locker. Or rather, that it worked like I expected a screenlocker would work. Up until that point I thought an additional program was necessary to lock XFCE so to my mind, this was new knowledge, i.e. using XFCE's built-in screensaver was enough.

SOLUTION
So the solution was to uninstall light-locker. Haven't had a problem, like the one which triggered this thread, since.

Thank you, Seth, and thank you for the encouraging words, Ropid. smile

Last edited by jones (2020-07-03 08:35:57)

Offline

#20 2021-07-26 17:32:47

pierre.imbaud
Member
Registered: 2021-07-19
Posts: 1

Re: [SOLVED] Cannot use keyboard after screenlock (light-locker)

I just registered on this forum... Just to allow me to thank You both! I had the very same problem, and the same cause explained it: an extra locker, so your solution worked for me too!
So many thanks to You, to the forum.

Offline

Board footer

Powered by FluxBB