logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 23-05-2018 21:09:20

sechanbask
Membre
Inscription : 14-10-2009

[RESOLU] Vieille webcam

Bonjour,

Pour réaliser un téléagrandisseur https://www.youtube.com/watch?v=SfZScTc8wnA pour mon voisin mal-voyant, je cherche à utiliser une vielle webcam. Seulement voilà j'ai fait un achat vite fait sur le bon coin et c'est du très vieux matériel :


lsusb

046d:08f0 Logitech, Inc. QuickCam Messenger
 



j'ai fait

# dmesg | grep -i cam
[    3.229472] usb 1-1.4: Product: USB2.0 UVC WebCam
[   13.840399] uvcvideo: Found UVC 1.00 device USB2.0 UVC WebCam (04f2:b130)
[   13.862437] uvcvideo 1-1.4:1.0: Entity type for entity Camera 1 was not initialized!
[   13.862514] input: USB2.0 UVC WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17
[  707.283409] usb 1-1.3: Product: Camera
[ 5342.649427] usb 1-1.3: Product: Camera
[ 5953.438419] usb 2-1.2: Product: Camera




J'ai trouvé ça https://www.kernel.org/doc/html/v4.12/m … dlist.html donc j'ai l'impression que tout n'est pas perdu...


Même la documentation de debian ne m'aide pas... Est-ce que je suis bon pour jeter on achat ou y'a moyen de trouver un module pour récupérer la vidéo ?

Dernière modification par sechanbask (29-05-2018 19:09:30)

Hors ligne

#2 24-05-2018 10:58:54

hyrr0
Membre
Distrib. : Debian stable
Inscription : 12-01-2018

Re : [RESOLU] Vieille webcam

Visiblement, tu n'as pas de souci particulier avec cette webcam. Quel est ton problème?

Tu as essayé d'y accéder avec Cheese par exemple? (c'est le VLC de la Webcam). Si ça fonctionne avec ça, c'est bon. Plus qu'à utiliser

Hors ligne

#3 24-05-2018 17:24:42

èfpé
Membre
Inscription : 10-07-2016

Re : [RESOLU] Vieille webcam

Bonjour,

La QuickCam Messenger (2002) est censée être prise en charge par le pilote STV06xx (module gspca_stv06xx) :

modinfo gspca_stv06xx

filename:       /lib/modules/4.9.0-6-amd64/kernel/drivers/media/usb/gspca/stv06xx/gspca_stv06xx.ko
license:        GPL
description:    STV06XX USB Camera Driver
author:         Erik Andrén
alias:          usb:v046Dp08F6d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp08F5d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp08F0d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp0870d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp0850d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp0840d*dc*dsc*dp*ic*isc*ip*in*
depends:        gspca_main,usbcore,videodev
retpoline:      Y
intree:         Y
vermagic:       4.9.0-6-amd64 SMP mod_unload modversions
parm:           dump_bridge:Dumps all usb bridge registers at startup (bool)
parm:           dump_sensor:Dumps all sensor registers at startup (bool)


lsmod | grep gspca


Par contre, ton retour de dmesg machin est bien trop maigrichon pour montrer tout ce qu'il se passe, que donne :

tail -fn0 /var/log/messages


Exécuter la commande avant de connecter la webcam, et interrompre lorsque le retour est stabilisé (<Ctrl>+<C>).

#Commande des v4l-utils
v4l2-ctl --list-devices

lsusb -d 046d:08f0;lsusb -t


Fourniraient également des informations intéressantes ; pour ce qui est de récupérer le flux vidéo... il y a le choix.

Hors ligne

#4 24-05-2018 20:26:48

sechanbask
Membre
Inscription : 14-10-2009

Re : [RESOLU] Vieille webcam

Bonjour,

@hyrr0

J'ai lancé cheese depuis l'interface graphique, ça me donne une erreur plus explicative, alors depuis la ligne de commande :

$ cheese
cheese:2142): cheese-WARNING **: Impossible d’allouer la mémoire nécessaire.: gstv4l2src.c(531): gst_v4l2src_decide_allocation (): /GstCameraBin:camerabin/GstWrapperCameraBinSrc:camera_source/GstBin:bin28/GstV4l2Src:v4l2src1:
Buffer pool activation failed
 




@èfpé

j'ai suivis tes instructions :

# modinfo gspca_stv06xx
filename:       /lib/modules/4.9.0-4-amd64/kernel/drivers/media/usb/gspca/stv06xx/gspca_stv06xx.ko
license:        GPL
description:    STV06XX USB Camera Driver
author:         Erik Andrén
alias:          usb:v046Dp08F6d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp08F5d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp08F0d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp0870d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp0850d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v046Dp0840d*dc*dsc*dp*ic*isc*ip*in*
depends:        gspca_main,usbcore,videodev
intree:         Y
vermagic:       4.9.0-4-amd64 SMP mod_unload modversions
parm:           dump_bridge:Dumps all usb bridge registers at startup (bool)
parm:           dump_sensor:Dumps all sensor registers at startup (bool)
 






# lsmod | grep gspca
gspca_stv06xx          32768  0
gspca_main             32768  1 gspca_stv06xx
v4l2_common            16384  1 gspca_main
videodev              176128  6 uvcvideo,v4l2_common,gspca_stv06xx,videobuf2_core,gspca_main,videobuf2_v4l2
usbcore               249856  8 uvcvideo,snd_usb_audio,ehci_hcd,gspca_stv06xx,snd_usbmidi_lib,btusb,gspca_main,ehci_pci



# tail -fn0 /var/log/messages
May 24 21:15:50 tosh kernel: [ 1407.745945] usb 1-1.3: new full-speed USB device number 11 using ehci-pci
May 24 21:15:50 tosh kernel: [ 1407.857303] usb 1-1.3: New USB device found, idVendor=046d, idProduct=08f0
May 24 21:15:50 tosh kernel: [ 1407.857308] usb 1-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
May 24 21:15:50 tosh kernel: [ 1407.857311] usb 1-1.3: Product: Camera
May 24 21:15:50 tosh kernel: [ 1407.857898] gspca_main: STV06xx-2.14.0 probing 046d:08f0
May 24 21:15:50 tosh kernel: [ 1407.857903] gspca_stv06xx: st6422 sensor detected
May 24 21:15:50 tosh kernel: [ 1408.132044] input: STV06xx as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/input/input23
May 24 21:15:50 tosh mtp-probe: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3"
May 24 21:15:50 tosh mtp-probe: bus: 1, device: 11 was not an MTP device
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1185]: (II) config/udev: Adding input device STV06xx (/dev/input/event12)
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1185]: (**) STV06xx: Applying InputClass "evdev keyboard catchall"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1185]: (**) STV06xx: Applying InputClass "libinput keyboard catchall"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1185]: (II) Using input driver 'libinput' for 'STV06xx'
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) config/udev: Adding input device STV06xx (/dev/input/event12)
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) STV06xx: Applying InputClass "evdev keyboard catchall"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) STV06xx: Applying InputClass "libinput keyboard catchall"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) Using input driver 'libinput' for 'STV06xx'
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 56 paused 0
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) STV06xx: always reports core events
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) Option "Device" "/dev/input/event12"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) Option "_source" "server/udev"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1185]: (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 24 paused 1
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1185]: (II) systemd-logind: releasing fd for 13:76
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) input device 'STV06xx', /dev/input/event12 is tagged by udev as: Keyboard
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) input device 'STV06xx', /dev/input/event12 is a keyboard
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/input/input23/event12"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) XINPUT: Adding extended input device "STV06xx" (type: KEYBOARD, id 9)
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) Option "xkb_model" "pc105"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) Option "xkb_layout" "fr"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (**) Option "xkb_variant" "latin9"
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (WW) Option "xkb_options" requires a string value
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) input device 'STV06xx', /dev/input/event12 is tagged by udev as: Keyboard
May 24 21:15:50 tosh /usr/lib/gdm3/gdm-x-session[1308]: (II) input device 'STV06xx', /dev/input/event12 is a keyboard
 



# v4l2-ctl --list-devices
-su: v4l2-ctl : commande introuvable



et enfin

# lsusb -d 046d:08f0;lsusb -t
Bus 001 Device 011: ID 046d:08f0 Logitech, Inc. QuickCam Messenger
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        |__ Port 2: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
        |__ Port 3: Dev 11, If 0, Class=Vendor Specific Class, Driver=STV06xx, 12M
        |__ Port 3: Dev 11, If 1, Class=Audio, Driver=snd-usb-audio, 12M
        |__ Port 3: Dev 11, If 2, Class=Audio, Driver=snd-usb-audio, 12M
        |__ Port 4: Dev 5, If 1, Class=Video, Driver=uvcvideo, 480M
        |__ Port 4: Dev 5, If 0, Class=Video, Driver=uvcvideo, 480M
        |__ Port 6: Dev 6, If 0, Class=Wireless, Driver=btusb, 12M
        |__ Port 6: Dev 6, If 1, Class=Wireless, Driver=btusb, 12M
 



ça vient de moi ou tail me dit que ma camera est un clavier ?

Hors ligne

#5 24-05-2018 21:14:42

èfpé
Membre
Inscription : 10-07-2016

Re : [RESOLU] Vieille webcam

Re-,

OK ; nan quand même pas, la webcam est équipée d'un snap button, il faut bien le prendre en charge le bitoniau.

apt install v4l-utils xinput


xinput --list

cat /home/$USER/.local/share/xorg/Xorg.0.log


Le truc bizarre, c'est que la webcam ne semble ni configurée ni initialisée. Note aussi qu'elle est sur port USB 1.x.

Il semble par ailleurs que ton système n'est pas à jour, pour ce qui concerne le noyau du moins (version 4.9.0-4).

Hors ligne

#6 25-05-2018 07:53:46

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [RESOLU] Vieille webcam

Salut
Comme dit èfpé, met ton système à jour...renvoie le résultat de la commande si il y a des erreurs

apt update && apt upgrade


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#7 27-05-2018 08:57:51

sechanbask
Membre
Inscription : 14-10-2009

Re : [RESOLU] Vieille webcam

@èfpé

root@tosh:~# xinput --list
⎡ Virtual core pointer                      id=2  [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4  [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint                  id=12 [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3  [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5  [slave  keyboard (3)]
    ↳ Power Button                              id=6  [slave  keyboard (3)]
    ↳ Video Bus                                 id=7  [slave  keyboard (3)]
    ↳ USB2.0 UVC WebCam                         id=9  [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=11 [slave  keyboard (3)]
    ↳ Power Button                              id=8  [slave  keyboard (3)]
    ↳ Toshiba input device                      id=13 [slave  keyboard (3)]
    ↳ STV06xx                                   id=10 [slave  keyboard (3)]
 


bloc à supprimer si la commande n’affiche rien

root@tosh:~# cat /home/$USER/.local/share/xorg/Xorg.0.log
cat: /home/root/.local/share/xorg/Xorg.0.log: Aucun fichier ou dossier de ce type
root@tosh:~# ^C
root@tosh:~# déconnexion
cl@tosh:~$ cat /home/$USER/.local/share/xorg/Xorg.0.log
[    62.719] (--) Log file renamed from "/home/cl/.local/share/xorg/Xorg.pid-1136.log" to "/home/cl/.local/share/xorg/Xorg.0.log"
[    62.720]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    62.720] X Protocol Version 11, Revision 0
[    62.720] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[    62.720] Current Operating System: Linux tosh 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64
[    62.720] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-4-amd64 root=UUID=56698476-734f-463c-a9ec-cf6875a236a5 ro quiet
[    62.720] Build Date: 16 October 2017  08:19:45AM
[    62.720] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[    62.720] Current version of pixman: 0.34.0
[    62.720]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    62.720] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    62.720] (==) Log file: "/home/cl/.local/share/xorg/Xorg.0.log", Time: Sat Nov  4 20:30:54 2017
[    62.750] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    62.773] (==) No Layout section.  Using the first Screen section.
[    62.773] (==) No screen section available. Using defaults.
[    62.773] (**) |-->Screen "Default Screen Section" (0)
[    62.773] (**) |   |-->Monitor "<default monitor>"
[    62.774] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    62.774] (==) Automatically adding devices
[    62.774] (==) Automatically enabling devices
[    62.774] (==) Automatically adding GPU devices
[    62.774] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    62.774] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    62.774]     Entry deleted from font path.
[    62.774] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    62.774] (==) ModulePath set to "/usr/lib/xorg/modules"
[    62.774] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    62.774] (II) Loader magic: 0x55b34d404e00
[    62.774] (II) Module ABI versions:
[    62.774]     X.Org ANSI C Emulation: 0.4
[    62.774]     X.Org Video Driver: 23.0
[    62.774]     X.Org XInput driver : 24.1
[    62.774]     X.Org Server Extension : 10.0
[    62.776] (++) using VT number 2

[    62.780] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[    62.781] (II) xfree86: Adding drm device (/dev/dri/card0)
[    62.784] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    62.786] (--) PCI:*(0:1:0:0) 10de:0a6a:1179:0001 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[    62.786] (II) LoadModule: "glx"
[    62.795] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    62.808] (II) Module glx: vendor="X.Org Foundation"
[    62.809]     compiled for 1.19.2, module version = 1.0.0
[    62.809]     ABI class: X.Org Server Extension, version 10.0
[    62.809] (==) Matched nouveau as autoconfigured driver 0
[    62.809] (==) Matched nv as autoconfigured driver 1
[    62.809] (==) Matched nouveau as autoconfigured driver 2
[    62.809] (==) Matched nv as autoconfigured driver 3
[    62.809] (==) Matched modesetting as autoconfigured driver 4
[    62.809] (==) Matched fbdev as autoconfigured driver 5
[    62.809] (==) Matched vesa as autoconfigured driver 6
[    62.809] (==) Assigned the driver to the xf86ConfigLayout
[    62.809] (II) LoadModule: "nouveau"
[    62.810] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    62.822] (II) Module nouveau: vendor="X.Org Foundation"
[    62.822]     compiled for 1.19.3, module version = 1.0.13
[    62.822]     Module class: X.Org Video Driver
[    62.822]     ABI class: X.Org Video Driver, version 23.0
[    62.822] (II) LoadModule: "nv"
[    62.823] (WW) Warning, couldn't open module nv
[    62.823] (II) UnloadModule: "nv"
[    62.823] (II) Unloading nv
[    62.823] (EE) Failed to load module "nv" (module does not exist, 0)
[    62.823] (II) LoadModule: "modesetting"
[    62.823] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    62.824] (II) Module modesetting: vendor="X.Org Foundation"
[    62.824]     compiled for 1.19.2, module version = 1.19.2
[    62.824]     Module class: X.Org Video Driver
[    62.824]     ABI class: X.Org Video Driver, version 23.0
[    62.824] (II) LoadModule: "fbdev"
[    62.824] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    62.831] (II) Module fbdev: vendor="X.Org Foundation"
[    62.831]     compiled for 1.19.0, module version = 0.4.4
[    62.831]     Module class: X.Org Video Driver
[    62.831]     ABI class: X.Org Video Driver, version 23.0
[    62.831] (II) LoadModule: "vesa"
[    62.831] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    62.837] (II) Module vesa: vendor="X.Org Foundation"
[    62.837]     compiled for 1.19.0, module version = 2.3.4
[    62.837]     Module class: X.Org Video Driver
[    62.837]     ABI class: X.Org Video Driver, version 23.0
[    62.837] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[    62.837] (II) NOUVEAU driver for NVIDIA chipset families :
[    62.837]     RIVA TNT        (NV04)
[    62.837]     RIVA TNT2       (NV05)
[    62.837]     GeForce 256     (NV10)
[    62.837]     GeForce 2       (NV11, NV15)
[    62.837]     GeForce 4MX     (NV17, NV18)
[    62.837]     GeForce 3       (NV20)
[    62.837]     GeForce 4Ti     (NV25, NV28)
[    62.837]     GeForce FX      (NV3x)
[    62.837]     GeForce 6       (NV4x)
[    62.837]     GeForce 7       (G7x)
[    62.837]     GeForce 8       (G8x)
[    62.837]     GeForce GTX 200 (NVA0)
[    62.837]     GeForce GTX 400 (NVC0)
[    62.837] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    62.837] (II) FBDEV: driver for framebuffer: fbdev
[    62.837] (II) VESA: driver for VESA chipsets: vesa
[    62.837] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    62.837] (II) [drm] nouveau interface version: 1.3.1
[    62.837] (WW) Falling back to old probe method for modesetting
[    62.837] (WW) Falling back to old probe method for fbdev
[    62.837] (II) Loading sub module "fbdevhw"
[    62.837] (II) LoadModule: "fbdevhw"
[    62.837] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    62.847] (II) Module fbdevhw: vendor="X.Org Foundation"
[    62.847]     compiled for 1.19.2, module version = 0.0.2
[    62.847]     ABI class: X.Org Video Driver, version 23.0
[    62.847] (WW) Falling back to old probe method for vesa
[    62.847] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    62.847] (II) Loading sub module "dri2"
[    62.847] (II) LoadModule: "dri2"
[    62.847] (II) Module "dri2" already built-in
[    62.847] (--) NOUVEAU(0): Chipset: "NVIDIA NVA8"
[    62.847] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    62.847] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    62.847] (==) NOUVEAU(0): RGB weight 888
[    62.847] (==) NOUVEAU(0): Default visual is TrueColor
[    62.847] (==) NOUVEAU(0): Using HW cursor
[    62.847] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    62.847] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    62.847] (==) NOUVEAU(0): Page flipping enabled
[    62.847] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    62.847] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    62.847] (II) NOUVEAU(0): Initializing outputs ...
[    62.847] (II) NOUVEAU(0): Output LVDS-1 has no monitor section
[    62.858] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    62.859] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    62.870] (II) NOUVEAU(0): Output VGA-2 has no monitor section
[    62.932] (II) NOUVEAU(0): Output DP-1 has no monitor section
[    62.932] (II) NOUVEAU(0): 5 crtcs needed for screen.
[    62.947] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    62.947] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    62.947] (II) NOUVEAU(0): EDID for output LVDS-1
[    62.947] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
[    62.947] (II) NOUVEAU(0): Modeline "1366x768"x60.0   72.34  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[    62.947] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    62.957] (II) NOUVEAU(0): EDID for output VGA-1
[    62.959] (II) NOUVEAU(0): EDID for output DVI-D-1
[    62.969] (II) NOUVEAU(0): EDID for output VGA-2
[    63.032] (II) NOUVEAU(0): EDID for output DP-1
[    63.032] (II) NOUVEAU(0): Output LVDS-1 connected
[    63.032] (II) NOUVEAU(0): Output VGA-1 disconnected
[    63.032] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[    63.032] (II) NOUVEAU(0): Output VGA-2 disconnected
[    63.032] (II) NOUVEAU(0): Output DP-1 disconnected
[    63.032] (II) NOUVEAU(0): Using exact sizes for initial modes
[    63.032] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1366x768 +0+0
[    63.032] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[    63.032] (--) NOUVEAU(0): Virtual size is 1366x768 (pitch 0)
[    63.032] (**) NOUVEAU(0):  Driver mode "1366x768": 72.3 MHz (scaled from 0.0 MHz), 47.4 kHz, 60.0 Hz
[    63.032] (II) NOUVEAU(0): Modeline "1366x768"x60.0   72.34  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[    63.032] (**) NOUVEAU(0):  Mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
[    63.032] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "800x600": 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz
[    63.032] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "640x480": 23.8 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.4 Hz
[    63.032] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "720x400": 22.2 MHz (scaled from 0.0 MHz), 24.8 kHz, 59.6 Hz
[    63.032] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "640x400": 20.0 MHz (scaled from 0.0 MHz), 25.0 kHz, 60.0 Hz
[    63.032] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "640x350": 17.5 MHz (scaled from 0.0 MHz), 21.9 kHz, 59.8 Hz
[    63.032] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    63.032] (==) NOUVEAU(0): DPI set to (96, 96)
[    63.032] (II) Loading sub module "fb"
[    63.032] (II) LoadModule: "fb"
[    63.032] (II) Loading /usr/lib/xorg/modules/libfb.so
[    63.043] (II) Module fb: vendor="X.Org Foundation"
[    63.043]     compiled for 1.19.2, module version = 1.0.0
[    63.043]     ABI class: X.Org ANSI C Emulation, version 0.4
[    63.043] (II) Loading sub module "shadowfb"
[    63.043] (II) LoadModule: "shadowfb"
[    63.043] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    63.044] (II) Module shadowfb: vendor="X.Org Foundation"
[    63.044]     compiled for 1.19.2, module version = 1.0.0
[    63.044]     ABI class: X.Org ANSI C Emulation, version 0.4
[    63.044] (II) UnloadModule: "modesetting"
[    63.044] (II) Unloading modesetting
[    63.044] (II) UnloadModule: "fbdev"
[    63.044] (II) Unloading fbdev
[    63.044] (II) UnloadSubModule: "fbdevhw"
[    63.044] (II) Unloading fbdevhw
[    63.044] (II) UnloadModule: "vesa"
[    63.044] (II) Unloading vesa
[    63.044] (--) Depth 24 pixmap format is 32 bpp
[    63.061] (II) NOUVEAU(0): Channel setup complete.
[    63.075] (II) NOUVEAU(0): [COPY] async initialised.
[    63.098] (II) NOUVEAU(0): Hardware support for Present enabled
[    63.098] (II) NOUVEAU(0): [DRI2] Setup complete
[    63.098] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    63.098] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    63.098] (II) Loading sub module "exa"
[    63.098] (II) LoadModule: "exa"
[    63.098] (II) Loading /usr/lib/xorg/modules/libexa.so
[    63.112] (II) Module exa: vendor="X.Org Foundation"
[    63.112]     compiled for 1.19.2, module version = 2.6.0
[    63.112]     ABI class: X.Org Video Driver, version 23.0
[    63.113] (II) EXA(0): Driver allocated offscreen pixmaps
[    63.113] (II) EXA(0): Driver registered support for the following operations:
[    63.113] (II)         Solid
[    63.113] (II)         Copy
[    63.113] (II)         Composite (RENDER acceleration)
[    63.113] (II)         UploadToScreen
[    63.113] (II)         DownloadFromScreen
[    63.113] (==) NOUVEAU(0): Backing store enabled
[    63.113] (==) NOUVEAU(0): Silken mouse enabled
[    63.113] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    63.113] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    63.113] (==) NOUVEAU(0): DPMS enabled
[    63.113] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    63.114] (--) RandR disabled
[    63.128] (II) SELinux: Disabled on system
[    63.168] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    63.168] (II) AIGLX: enabled GLX_ARB_create_context
[    63.168] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    63.168] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    63.168] (II) AIGLX: enabled GLX_INTEL_swap_event
[    63.168] (II) AIGLX: enabled GLX_SGI_swap_control
[    63.168] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    63.168] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    63.168] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    63.168] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    63.170] (II) AIGLX: Loaded and initialized nouveau
[    63.170] (II) GLX: Initialized DRI2 GL provider for screen 0
[    63.172] (II) NOUVEAU(0): NVEnterVT is called.
[    63.199] (II) NOUVEAU(0): Setting screen physical size to 361 x 203
[    63.199] resize called 1366 768
[    63.241] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    63.241] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    63.241] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    63.241] (II) LoadModule: "libinput"
[    63.241] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    63.249] (II) Module libinput: vendor="X.Org Foundation"
[    63.250]     compiled for 1.19.0, module version = 0.23.0
[    63.250]     Module class: X.Org XInput Driver
[    63.250]     ABI class: X.Org XInput driver, version 24.1
[    63.250] (II) Using input driver 'libinput' for 'Power Button'
[    63.250] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[    63.250] (**) Power Button: always reports core events
[    63.250] (**) Option "Device" "/dev/input/event4"
[    63.250] (**) Option "_source" "server/udev"
[    63.251] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    63.251] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    63.251] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[    63.251] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    63.251] (**) Option "xkb_model" "pc105"
[    63.251] (**) Option "xkb_layout" "fr"
[    63.251] (**) Option "xkb_variant" "latin9"
[    63.269] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    63.269] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    63.270] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    63.270] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    63.270] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    63.270] (II) Using input driver 'libinput' for 'Video Bus'
[    63.271] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[    63.271] (**) Video Bus: always reports core events
[    63.271] (**) Option "Device" "/dev/input/event5"
[    63.271] (**) Option "_source" "server/udev"
[    63.271] (II) input device 'Video Bus', /dev/input/event5 is tagged by udev as: Keyboard
[    63.271] (II) input device 'Video Bus', /dev/input/event5 is a keyboard
[    63.271] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event5"
[    63.271] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    63.271] (**) Option "xkb_model" "pc105"
[    63.271] (**) Option "xkb_layout" "fr"
[    63.271] (**) Option "xkb_variant" "latin9"
[    63.271] (II) input device 'Video Bus', /dev/input/event5 is tagged by udev as: Keyboard
[    63.271] (II) input device 'Video Bus', /dev/input/event5 is a keyboard
[    63.272] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    63.272] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    63.272] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    63.272] (II) Using input driver 'libinput' for 'Power Button'
[    63.272] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[    63.272] (**) Power Button: always reports core events
[    63.272] (**) Option "Device" "/dev/input/event2"
[    63.272] (**) Option "_source" "server/udev"
[    63.273] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    63.273] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[    63.273] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[    63.273] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    63.273] (**) Option "xkb_model" "pc105"
[    63.273] (**) Option "xkb_layout" "fr"
[    63.273] (**) Option "xkb_variant" "latin9"
[    63.273] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    63.273] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[    63.273] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    63.273] (II) No input driver specified, ignoring this device.
[    63.273] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.275] (II) config/udev: Adding input device USB2.0 UVC WebCam (/dev/input/event15)
[    63.275] (**) USB2.0 UVC WebCam: Applying InputClass "evdev keyboard catchall"
[    63.275] (**) USB2.0 UVC WebCam: Applying InputClass "libinput keyboard catchall"
[    63.275] (II) Using input driver 'libinput' for 'USB2.0 UVC WebCam'
[    63.275] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 27 paused 0
[    63.275] (**) USB2.0 UVC WebCam: always reports core events
[    63.275] (**) Option "Device" "/dev/input/event15"
[    63.275] (**) Option "_source" "server/udev"
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is tagged by udev as: Keyboard
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is a keyboard
[    63.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17/event15"
[    63.276] (II) XINPUT: Adding extended input device "USB2.0 UVC WebCam" (type: KEYBOARD, id 9)
[    63.276] (**) Option "xkb_model" "pc105"
[    63.276] (**) Option "xkb_layout" "fr"
[    63.276] (**) Option "xkb_variant" "latin9"
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is tagged by udev as: Keyboard
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is a keyboard
[    63.276] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    63.277] (II) No input driver specified, ignoring this device.
[    63.277] (II) This device may have been added with another device file.
[    63.277] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event9)
[    63.277] (II) No input driver specified, ignoring this device.
[    63.277] (II) This device may have been added with another device file.
[    63.277] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event10)
[    63.277] (II) No input driver specified, ignoring this device.
[    63.277] (II) This device may have been added with another device file.
[    63.277] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    63.277] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    63.277] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    63.277] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    63.278] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0
[    63.278] (**) AT Translated Set 2 keyboard: always reports core events
[    63.278] (**) Option "Device" "/dev/input/event0"
[    63.278] (**) Option "_source" "server/udev"
[    63.278] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    63.278] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    63.278] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    63.278] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    63.278] (**) Option "xkb_model" "pc105"
[    63.278] (**) Option "xkb_layout" "fr"
[    63.278] (**) Option "xkb_variant" "latin9"
[    63.278] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    63.278] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    63.279] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event1)
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchpad catchall"
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[    63.279] (II) LoadModule: "synaptics"
[    63.279] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    63.290] (II) Module synaptics: vendor="X.Org Foundation"
[    63.290]     compiled for 1.19.0, module version = 1.9.0
[    63.290]     Module class: X.Org XInput Driver
[    63.290]     ABI class: X.Org XInput driver, version 24.1
[    63.290] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    63.291] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    63.291] (**) Option "Device" "/dev/input/event1"
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[    63.291] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 15
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    63.291] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event1"
[    63.291] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 11)
[    63.291] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[    63.291] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
[    63.291] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    63.292] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[    63.292] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
[    63.292] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    63.292] (II) No input driver specified, ignoring this device.
[    63.292] (II) This device may have been added with another device file.
[    63.292] (II) config/udev: Adding input device Toshiba input device (/dev/input/event7)
[    63.292] (**) Toshiba input device: Applying InputClass "evdev keyboard catchall"
[    63.292] (**) Toshiba input device: Applying InputClass "libinput keyboard catchall"
[    63.292] (II) Using input driver 'libinput' for 'Toshiba input device'
[    63.293] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
[    63.293] (**) Toshiba input device: always reports core events
[    63.293] (**) Option "Device" "/dev/input/event7"
[    63.293] (**) Option "_source" "server/udev"
[    63.293] (II) input device 'Toshiba input device', /dev/input/event7 is tagged by udev as: Keyboard
[    63.293] (II) input device 'Toshiba input device', /dev/input/event7 is a keyboard
[    63.293] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event7"
[    63.293] (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD, id 12)
[    63.293] (**) Option "xkb_model" "pc105"
[    63.293] (**) Option "xkb_layout" "fr"
[    63.293] (**) Option "xkb_variant" "latin9"
[    63.293] (II) input device 'Toshiba input device', /dev/input/event7 is tagged by udev as: Keyboard
[    63.293] (II) input device 'Toshiba input device', /dev/input/event7 is a keyboard
[    67.112] resize called 1366 768
[  5347.332] (II) config/udev: Adding input device Nintendo Wii Remote (/dev/input/js0)
[  5347.338] (II) No input driver specified, ignoring this device.
[  5347.338] (II) This device may have been added with another device file.
[  5347.379] (II) config/udev: Adding input device Nintendo Wii Remote (/dev/input/event18)
[  5347.379] (**) Nintendo Wii Remote: Applying InputClass "evdev keyboard catchall"
[  5347.379] (**) Nintendo Wii Remote: Applying InputClass "libinput keyboard catchall"
[  5347.379] (II) Using input driver 'libinput' for 'Nintendo Wii Remote'
[  5347.380] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 46 paused 0
[  5347.380] (**) Nintendo Wii Remote: always reports core events
[  5347.380] (**) Option "Device" "/dev/input/event18"
[  5347.380] (**) Option "_source" "server/udev"
[  5347.381] (II) input device 'Nintendo Wii Remote', /dev/input/event18 is tagged by udev as: Keyboard
[  5347.381] (II) input device 'Nintendo Wii Remote', /dev/input/event18 is a keyboard
[  5347.381] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/bluetooth/hci1/hci1:11/0005:057E:0306.0001/input/input18/event18"
[  5347.381] (II) XINPUT: Adding extended input device "Nintendo Wii Remote" (type: KEYBOARD, id 13)
[  5347.381] (**) Option "xkb_model" "pc105"
[  5347.381] (**) Option "xkb_layout" "fr"
[  5347.381] (**) Option "xkb_variant" "latin9"
[  5347.381] (WW) Option "xkb_options" requires a string value
[  5347.382] (II) input device 'Nintendo Wii Remote', /dev/input/event18 is tagged by udev as: Keyboard
[  5347.382] (II) input device 'Nintendo Wii Remote', /dev/input/event18 is a keyboard
[  5347.383] (II) config/udev: Adding input device Nintendo Wii Remote Accelerometer (/dev/input/event16)
[  5347.383] (II) No input driver specified, ignoring this device.
[  5347.383] (II) This device may have been added with another device file.
[  5347.457] (II) config/udev: Adding input device Nintendo Wii Remote Nunchuk (/dev/input/event19)
[  5347.457] (II) No input driver specified, ignoring this device.
[  5347.457] (II) This device may have been added with another device file.
[  5347.583] (II) config/udev: Adding input device Nintendo Wii Remote IR (/dev/input/event17)
[  5347.583] (II) No input driver specified, ignoring this device.
[  5347.583] (II) This device may have been added with another device file.
[  5362.599] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6824.760] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6824.826] (II) config/udev: removing device Nintendo Wii Remote
[  6824.826] (**) Option "fd" "46"
[  6824.827] (II) UnloadModule: "libinput"
[  6824.827] (II) systemd-logind: releasing fd for 13:82
[  7527.257] (**) Option "fd" "22"
[  7527.257] (**) Option "fd" "25"
[  7527.257] (**) Option "fd" "26"
[  7527.257] (**) Option "fd" "27"
[  7527.257] (**) Option "fd" "28"
[  7527.257] (**) Option "fd" "30"
[  7527.258] (II) UnloadModule: "libinput"
[  7527.258] (II) systemd-logind: releasing fd for 13:71
[  7527.896] (II) UnloadModule: "synaptics"
[  7528.558] (II) systemd-logind: releasing fd for 13:65
[  7528.592] (II) UnloadModule: "libinput"
[  7528.592] (II) systemd-logind: releasing fd for 13:64
[  7528.628] (II) UnloadModule: "libinput"
[  7528.628] (II) systemd-logind: releasing fd for 13:79
[  7528.672] (II) UnloadModule: "libinput"
[  7528.672] (II) systemd-logind: releasing fd for 13:66
[  7528.692] (II) UnloadModule: "libinput"
[  7528.692] (II) systemd-logind: releasing fd for 13:69
[  7528.712] (II) UnloadModule: "libinput"
[  7528.712] (II) systemd-logind: releasing fd for 13:68
[  7528.784] (II) NOUVEAU(0): NVLeaveVT is called.
[  7529.744] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  7529.744] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  7529.744] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  7530.079] (II) Server terminated successfully (0). Closing log file.



root@tosh:~# cat /home/$USER/.local/share/xorg/Xorg.0.log
cat: /home/root/.local/share/xorg/Xorg.0.log: Aucun fichier ou dossier de ce type
root@tosh:~# ^C
root@tosh:~# déconnexion
cl@tosh:~$ cat /home/$USER/.local/share/xorg/Xorg.0.log
[    62.719] (--) Log file renamed from "/home/cl/.local/share/xorg/Xorg.pid-1136.log" to "/home/cl/.local/share/xorg/Xorg.0.log"
[    62.720]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    62.720] X Protocol Version 11, Revision 0
[    62.720] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[    62.720] Current Operating System: Linux tosh 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64
[    62.720] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-4-amd64 root=UUID=56698476-734f-463c-a9ec-cf6875a236a5 ro quiet
[    62.720] Build Date: 16 October 2017  08:19:45AM
[    62.720] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[    62.720] Current version of pixman: 0.34.0
[    62.720]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    62.720] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    62.720] (==) Log file: "/home/cl/.local/share/xorg/Xorg.0.log", Time: Sat Nov  4 20:30:54 2017
[    62.750] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    62.773] (==) No Layout section.  Using the first Screen section.
[    62.773] (==) No screen section available. Using defaults.
[    62.773] (**) |-->Screen "Default Screen Section" (0)
[    62.773] (**) |   |-->Monitor "<default monitor>"
[    62.774] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[    62.774] (==) Automatically adding devices
[    62.774] (==) Automatically enabling devices
[    62.774] (==) Automatically adding GPU devices
[    62.774] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    62.774] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    62.774]  Entry deleted from font path.
[    62.774] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[    62.774] (==) ModulePath set to "/usr/lib/xorg/modules"
[    62.774] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[    62.774] (II) Loader magic: 0x55b34d404e00
[    62.774] (II) Module ABI versions:
[    62.774]  X.Org ANSI C Emulation: 0.4
[    62.774]  X.Org Video Driver: 23.0
[    62.774]  X.Org XInput driver : 24.1
[    62.774]  X.Org Server Extension : 10.0
[    62.776] (++) using VT number 2

[    62.780] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[    62.781] (II) xfree86: Adding drm device (/dev/dri/card0)
[    62.784] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    62.786] (--) PCI:*(0:1:0:0) 10de:0a6a:1179:0001 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[    62.786] (II) LoadModule: "glx"
[    62.795] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    62.808] (II) Module glx: vendor="X.Org Foundation"
[    62.809]  compiled for 1.19.2, module version = 1.0.0
[    62.809]  ABI class: X.Org Server Extension, version 10.0
[    62.809] (==) Matched nouveau as autoconfigured driver 0
[    62.809] (==) Matched nv as autoconfigured driver 1
[    62.809] (==) Matched nouveau as autoconfigured driver 2
[    62.809] (==) Matched nv as autoconfigured driver 3
[    62.809] (==) Matched modesetting as autoconfigured driver 4
[    62.809] (==) Matched fbdev as autoconfigured driver 5
[    62.809] (==) Matched vesa as autoconfigured driver 6
[    62.809] (==) Assigned the driver to the xf86ConfigLayout
[    62.809] (II) LoadModule: "nouveau"
[    62.810] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    62.822] (II) Module nouveau: vendor="X.Org Foundation"
[    62.822]  compiled for 1.19.3, module version = 1.0.13
[    62.822]  Module class: X.Org Video Driver
[    62.822]  ABI class: X.Org Video Driver, version 23.0
[    62.822] (II) LoadModule: "nv"
[    62.823] (WW) Warning, couldn't open module nv
[    62.823] (II) UnloadModule: "nv"
[    62.823] (II) Unloading nv
[    62.823] (EE) Failed to load module "nv" (module does not exist, 0)
[    62.823] (II) LoadModule: "modesetting"
[    62.823] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    62.824] (II) Module modesetting: vendor="X.Org Foundation"
[    62.824]  compiled for 1.19.2, module version = 1.19.2
[    62.824]  Module class: X.Org Video Driver
[    62.824]  ABI class: X.Org Video Driver, version 23.0
[    62.824] (II) LoadModule: "fbdev"
[    62.824] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    62.831] (II) Module fbdev: vendor="X.Org Foundation"
[    62.831]  compiled for 1.19.0, module version = 0.4.4
[    62.831]  Module class: X.Org Video Driver
[    62.831]  ABI class: X.Org Video Driver, version 23.0
[    62.831] (II) LoadModule: "vesa"
[    62.831] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    62.837] (II) Module vesa: vendor="X.Org Foundation"
[    62.837]  compiled for 1.19.0, module version = 2.3.4
[    62.837]  Module class: X.Org Video Driver
[    62.837]  ABI class: X.Org Video Driver, version 23.0
[    62.837] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[    62.837] (II) NOUVEAU driver for NVIDIA chipset families :
[    62.837]  RIVA TNT        (NV04)
[    62.837]  RIVA TNT2       (NV05)
[    62.837]  GeForce 256     (NV10)
[    62.837]  GeForce 2       (NV11, NV15)
[    62.837]  GeForce 4MX     (NV17, NV18)
[    62.837]  GeForce 3       (NV20)
[    62.837]  GeForce 4Ti     (NV25, NV28)
[    62.837]  GeForce FX      (NV3x)
[    62.837]  GeForce 6       (NV4x)
[    62.837]  GeForce 7       (G7x)
[    62.837]  GeForce 8       (G8x)
[    62.837]  GeForce GTX 200 (NVA0)
[    62.837]  GeForce GTX 400 (NVC0)
[    62.837] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    62.837] (II) FBDEV: driver for framebuffer: fbdev
[    62.837] (II) VESA: driver for VESA chipsets: vesa
[    62.837] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    62.837] (II) [drm] nouveau interface version: 1.3.1
[    62.837] (WW) Falling back to old probe method for modesetting
[    62.837] (WW) Falling back to old probe method for fbdev
[    62.837] (II) Loading sub module "fbdevhw"
[    62.837] (II) LoadModule: "fbdevhw"
[    62.837] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    62.847] (II) Module fbdevhw: vendor="X.Org Foundation"
[    62.847]  compiled for 1.19.2, module version = 0.0.2
[    62.847]  ABI class: X.Org Video Driver, version 23.0
[    62.847] (WW) Falling back to old probe method for vesa
[    62.847] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    62.847] (II) Loading sub module "dri2"
[    62.847] (II) LoadModule: "dri2"
[    62.847] (II) Module "dri2" already built-in
[    62.847] (--) NOUVEAU(0): Chipset: "NVIDIA NVA8"
[    62.847] (II) NOUVEAU(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[    62.847] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    62.847] (==) NOUVEAU(0): RGB weight 888
[    62.847] (==) NOUVEAU(0): Default visual is TrueColor
[    62.847] (==) NOUVEAU(0): Using HW cursor
[    62.847] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    62.847] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    62.847] (==) NOUVEAU(0): Page flipping enabled
[    62.847] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    62.847] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    62.847] (II) NOUVEAU(0): Initializing outputs ...
[    62.847] (II) NOUVEAU(0): Output LVDS-1 has no monitor section
[    62.858] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    62.859] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    62.870] (II) NOUVEAU(0): Output VGA-2 has no monitor section
[    62.932] (II) NOUVEAU(0): Output DP-1 has no monitor section
[    62.932] (II) NOUVEAU(0): 5 crtcs needed for screen.
[    62.947] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    62.947] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    62.947] (II) NOUVEAU(0): EDID for output LVDS-1
[    62.947] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
[    62.947] (II) NOUVEAU(0): Modeline "1366x768"x60.0   72.34  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[    62.947] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    62.947] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    62.957] (II) NOUVEAU(0): EDID for output VGA-1
[    62.959] (II) NOUVEAU(0): EDID for output DVI-D-1
[    62.969] (II) NOUVEAU(0): EDID for output VGA-2
[    63.032] (II) NOUVEAU(0): EDID for output DP-1
[    63.032] (II) NOUVEAU(0): Output LVDS-1 connected
[    63.032] (II) NOUVEAU(0): Output VGA-1 disconnected
[    63.032] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[    63.032] (II) NOUVEAU(0): Output VGA-2 disconnected
[    63.032] (II) NOUVEAU(0): Output DP-1 disconnected
[    63.032] (II) NOUVEAU(0): Using exact sizes for initial modes
[    63.032] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1366x768 +0+0
[    63.032] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[    63.032] (--) NOUVEAU(0): Virtual size is 1366x768 (pitch 0)
[    63.032] (**) NOUVEAU(0):  Driver mode "1366x768": 72.3 MHz (scaled from 0.0 MHz), 47.4 kHz, 60.0 Hz
[    63.032] (II) NOUVEAU(0): Modeline "1366x768"x60.0   72.34  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz eP)
[    63.032] (**) NOUVEAU(0):  Mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
[    63.032] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "800x600": 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz
[    63.032] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "640x480": 23.8 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.4 Hz
[    63.032] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "720x400": 22.2 MHz (scaled from 0.0 MHz), 24.8 kHz, 59.6 Hz
[    63.032] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "640x400": 20.0 MHz (scaled from 0.0 MHz), 25.0 kHz, 60.0 Hz
[    63.032] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    63.032] (**) NOUVEAU(0):  Mode "640x350": 17.5 MHz (scaled from 0.0 MHz), 21.9 kHz, 59.8 Hz
[    63.032] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    63.032] (==) NOUVEAU(0): DPI set to (96, 96)
[    63.032] (II) Loading sub module "fb"
[    63.032] (II) LoadModule: "fb"
[    63.032] (II) Loading /usr/lib/xorg/modules/libfb.so
[    63.043] (II) Module fb: vendor="X.Org Foundation"
[    63.043]  compiled for 1.19.2, module version = 1.0.0
[    63.043]  ABI class: X.Org ANSI C Emulation, version 0.4
[    63.043] (II) Loading sub module "shadowfb"
[    63.043] (II) LoadModule: "shadowfb"
[    63.043] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    63.044] (II) Module shadowfb: vendor="X.Org Foundation"
[    63.044]  compiled for 1.19.2, module version = 1.0.0
[    63.044]  ABI class: X.Org ANSI C Emulation, version 0.4
[    63.044] (II) UnloadModule: "modesetting"
[    63.044] (II) Unloading modesetting
[    63.044] (II) UnloadModule: "fbdev"
[    63.044] (II) Unloading fbdev
[    63.044] (II) UnloadSubModule: "fbdevhw"
[    63.044] (II) Unloading fbdevhw
[    63.044] (II) UnloadModule: "vesa"
[    63.044] (II) Unloading vesa
[    63.044] (--) Depth 24 pixmap format is 32 bpp
[    63.061] (II) NOUVEAU(0): Channel setup complete.
[    63.075] (II) NOUVEAU(0): [COPY] async initialised.
[    63.098] (II) NOUVEAU(0): Hardware support for Present enabled
[    63.098] (II) NOUVEAU(0): [DRI2] Setup complete
[    63.098] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    63.098] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    63.098] (II) Loading sub module "exa"
[    63.098] (II) LoadModule: "exa"
[    63.098] (II) Loading /usr/lib/xorg/modules/libexa.so
[    63.112] (II) Module exa: vendor="X.Org Foundation"
[    63.112]  compiled for 1.19.2, module version = 2.6.0
[    63.112]  ABI class: X.Org Video Driver, version 23.0
[    63.113] (II) EXA(0): Driver allocated offscreen pixmaps
[    63.113] (II) EXA(0): Driver registered support for the following operations:
[    63.113] (II)         Solid
[    63.113] (II)         Copy
[    63.113] (II)         Composite (RENDER acceleration)
[    63.113] (II)         UploadToScreen
[    63.113] (II)         DownloadFromScreen
[    63.113] (==) NOUVEAU(0): Backing store enabled
[    63.113] (==) NOUVEAU(0): Silken mouse enabled
[    63.113] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    63.113] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    63.113] (==) NOUVEAU(0): DPMS enabled
[    63.113] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    63.114] (--) RandR disabled
[    63.128] (II) SELinux: Disabled on system
[    63.168] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    63.168] (II) AIGLX: enabled GLX_ARB_create_context
[    63.168] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    63.168] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    63.168] (II) AIGLX: enabled GLX_INTEL_swap_event
[    63.168] (II) AIGLX: enabled GLX_SGI_swap_control
[    63.168] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    63.168] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    63.168] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    63.168] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    63.170] (II) AIGLX: Loaded and initialized nouveau
[    63.170] (II) GLX: Initialized DRI2 GL provider for screen 0
[    63.172] (II) NOUVEAU(0): NVEnterVT is called.
[    63.199] (II) NOUVEAU(0): Setting screen physical size to 361 x 203
[    63.199] resize called 1366 768
[    63.241] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    63.241] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    63.241] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    63.241] (II) LoadModule: "libinput"
[    63.241] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    63.249] (II) Module libinput: vendor="X.Org Foundation"
[    63.250]  compiled for 1.19.0, module version = 0.23.0
[    63.250]  Module class: X.Org XInput Driver
[    63.250]  ABI class: X.Org XInput driver, version 24.1
[    63.250] (II) Using input driver '
libinput' for 'Power Button'
[    63.250] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[    63.250] (**) Power Button: always reports core events
[    63.250] (**) Option "Device" "/dev/input/event4"
[    63.250] (**) Option "_source" "server/udev"
[    63.251] (II) input device '
Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    63.251] (II) input device '
Power Button', /dev/input/event4 is a keyboard
[    63.251] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[    63.251] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    63.251] (**) Option "xkb_model" "pc105"
[    63.251] (**) Option "xkb_layout" "fr"
[    63.251] (**) Option "xkb_variant" "latin9"
[    63.269] (II) input device '
Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    63.269] (II) input device '
Power Button', /dev/input/event4 is a keyboard
[    63.270] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    63.270] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    63.270] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    63.270] (II) Using input driver '
libinput' for 'Video Bus'
[    63.271] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[    63.271] (**) Video Bus: always reports core events
[    63.271] (**) Option "Device" "/dev/input/event5"
[    63.271] (**) Option "_source" "server/udev"
[    63.271] (II) input device '
Video Bus', /dev/input/event5 is tagged by udev as: Keyboard
[    63.271] (II) input device '
Video Bus', /dev/input/event5 is a keyboard
[    63.271] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event5"
[    63.271] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    63.271] (**) Option "xkb_model" "pc105"
[    63.271] (**) Option "xkb_layout" "fr"
[    63.271] (**) Option "xkb_variant" "latin9"
[    63.271] (II) input device '
Video Bus', /dev/input/event5 is tagged by udev as: Keyboard
[    63.271] (II) input device '
Video Bus', /dev/input/event5 is a keyboard
[    63.272] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    63.272] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    63.272] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    63.272] (II) Using input driver '
libinput' for 'Power Button'
[    63.272] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[    63.272] (**) Power Button: always reports core events
[    63.272] (**) Option "Device" "/dev/input/event2"
[    63.272] (**) Option "_source" "server/udev"
[    63.273] (II) input device '
Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    63.273] (II) input device '
Power Button', /dev/input/event2 is a keyboard
[    63.273] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[    63.273] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    63.273] (**) Option "xkb_model" "pc105"
[    63.273] (**) Option "xkb_layout" "fr"
[    63.273] (**) Option "xkb_variant" "latin9"
[    63.273] (II) input device '
Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    63.273] (II) input device '
Power Button', /dev/input/event2 is a keyboard
[    63.273] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    63.273] (II) No input driver specified, ignoring this device.
[    63.273] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    63.274] (II) No input driver specified, ignoring this device.
[    63.274] (II) This device may have been added with another device file.
[    63.275] (II) config/udev: Adding input device USB2.0 UVC WebCam (/dev/input/event15)
[    63.275] (**) USB2.0 UVC WebCam: Applying InputClass "evdev keyboard catchall"
[    63.275] (**) USB2.0 UVC WebCam: Applying InputClass "libinput keyboard catchall"
[    63.275] (II) Using input driver '
libinput' for 'USB2.0 UVC WebCam'
[    63.275] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 27 paused 0
[    63.275] (**) USB2.0 UVC WebCam: always reports core events
[    63.275] (**) Option "Device" "/dev/input/event15"
[    63.275] (**) Option "_source" "server/udev"
[    63.276] (II) input device '
USB2.0 UVC WebCam', /dev/input/event15 is tagged by udev as: Keyboard
[    63.276] (II) input device '
USB2.0 UVC WebCam', /dev/input/event15 is a keyboard
[    63.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17/event15"
[    63.276] (II) XINPUT: Adding extended input device "USB2.0 UVC WebCam" (type: KEYBOARD, id 9)
[    63.276] (**) Option "xkb_model" "pc105"
[    63.276] (**) Option "xkb_layout" "fr"
[    63.276] (**) Option "xkb_variant" "latin9"
[    63.276] (II) input device '
USB2.0 UVC WebCam', /dev/input/event15 is tagged by udev as: Keyboard
[    63.276] (II) input device '
USB2.0 UVC WebCam', /dev/input/event15 is a keyboard
[    63.276] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    63.277] (II) No input driver specified, ignoring this device.
[    63.277] (II) This device may have been added with another device file.
[    63.277] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event9)
[    63.277] (II) No input driver specified, ignoring this device.
[    63.277] (II) This device may have been added with another device file.
[    63.277] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event10)
[    63.277] (II) No input driver specified, ignoring this device.
[    63.277] (II) This device may have been added with another device file.
[    63.277] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    63.277] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    63.277] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    63.277] (II) Using input driver '
libinput' for 'AT Translated Set 2 keyboard'
[    63.278] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0
[    63.278] (**) AT Translated Set 2 keyboard: always reports core events
[    63.278] (**) Option "Device" "/dev/input/event0"
[    63.278] (**) Option "_source" "server/udev"
[    63.278] (II) input device '
AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    63.278] (II) input device '
AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    63.278] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    63.278] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    63.278] (**) Option "xkb_model" "pc105"
[    63.278] (**) Option "xkb_layout" "fr"
[    63.278] (**) Option "xkb_variant" "latin9"
[    63.278] (II) input device '
AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    63.278] (II) input device '
AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    63.279] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event1)
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchpad catchall"
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    63.279] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[    63.279] (II) LoadModule: "synaptics"
[    63.279] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    63.290] (II) Module synaptics: vendor="X.Org Foundation"
[    63.290]  compiled for 1.19.0, module version = 1.9.0
[    63.290]  Module class: X.Org XInput Driver
[    63.290]  ABI class: X.Org XInput driver, version 24.1
[    63.290] (II) Using input driver '
synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    63.291] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    63.291] (**) Option "Device" "/dev/input/event1"
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[    63.291] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 15
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    63.291] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event1"
[    63.291] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 11)
[    63.291] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[    63.291] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
[    63.291] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    63.291] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    63.291] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[    63.292] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[    63.292] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
[    63.292] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    63.292] (II) No input driver specified, ignoring this device.
[    63.292] (II) This device may have been added with another device file.
[    63.292] (II) config/udev: Adding input device Toshiba input device (/dev/input/event7)
[    63.292] (**) Toshiba input device: Applying InputClass "evdev keyboard catchall"
[    63.292] (**) Toshiba input device: Applying InputClass "libinput keyboard catchall"
[    63.292] (II) Using input driver '
libinput' for 'Toshiba input device'
[    63.293] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
[    63.293] (**) Toshiba input device: always reports core events
[    63.293] (**) Option "Device" "/dev/input/event7"
[    63.293] (**) Option "_source" "server/udev"
[    63.293] (II) input device '
Toshiba input device', /dev/input/event7 is tagged by udev as: Keyboard
[    63.293] (II) input device '
Toshiba input device', /dev/input/event7 is a keyboard
[    63.293] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event7"
[    63.293] (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD, id 12)
[    63.293] (**) Option "xkb_model" "pc105"
[    63.293] (**) Option "xkb_layout" "fr"
[    63.293] (**) Option "xkb_variant" "latin9"
[    63.293] (II) input device '
Toshiba input device', /dev/input/event7 is tagged by udev as: Keyboard
[    63.293] (II) input device '
Toshiba input device', /dev/input/event7 is a keyboard
[    67.112] resize called 1366 768
[  5347.332] (II) config/udev: Adding input device Nintendo Wii Remote (/dev/input/js0)
[  5347.338] (II) No input driver specified, ignoring this device.
[  5347.338] (II) This device may have been added with another device file.
[  5347.379] (II) config/udev: Adding input device Nintendo Wii Remote (/dev/input/event18)
[  5347.379] (**) Nintendo Wii Remote: Applying InputClass "evdev keyboard catchall"
[  5347.379] (**) Nintendo Wii Remote: Applying InputClass "libinput keyboard catchall"
[  5347.379] (II) Using input driver '
libinput' for 'Nintendo Wii Remote'
[  5347.380] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 46 paused 0
[  5347.380] (**) Nintendo Wii Remote: always reports core events
[  5347.380] (**) Option "Device" "/dev/input/event18"
[  5347.380] (**) Option "_source" "server/udev"
[  5347.381] (II) input device '
Nintendo Wii Remote', /dev/input/event18 is tagged by udev as: Keyboard
[  5347.381] (II) input device '
Nintendo Wii Remote', /dev/input/event18 is a keyboard
[  5347.381] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/bluetooth/hci1/hci1:11/0005:057E:0306.0001/input/input18/event18"
[  5347.381] (II) XINPUT: Adding extended input device "Nintendo Wii Remote" (type: KEYBOARD, id 13)
[  5347.381] (**) Option "xkb_model" "pc105"
[  5347.381] (**) Option "xkb_layout" "fr"
[  5347.381] (**) Option "xkb_variant" "latin9"
[  5347.381] (WW) Option "xkb_options" requires a string value
[  5347.382] (II) input device '
Nintendo Wii Remote', /dev/input/event18 is tagged by udev as: Keyboard
[  5347.382] (II) input device '
Nintendo Wii Remote', /dev/input/event18 is a keyboard
[  5347.383] (II) config/udev: Adding input device Nintendo Wii Remote Accelerometer (/dev/input/event16)
[  5347.383] (II) No input driver specified, ignoring this device.
[  5347.383] (II) This device may have been added with another device file.
[  5347.457] (II) config/udev: Adding input device Nintendo Wii Remote Nunchuk (/dev/input/event19)
[  5347.457] (II) No input driver specified, ignoring this device.
[  5347.457] (II) This device may have been added with another device file.
[  5347.583] (II) config/udev: Adding input device Nintendo Wii Remote IR (/dev/input/event17)
[  5347.583] (II) No input driver specified, ignoring this device.
[  5347.583] (II) This device may have been added with another device file.
[  5362.599] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5362.803] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5365.310] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5365.525] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5367.580] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5367.687] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5386.074] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5386.331] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5387.477] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5387.648] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5388.275] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5388.446] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5388.467] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5388.704] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5388.810] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5388.981] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5389.347] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5389.518] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5389.582] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5389.754] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5390.919] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5391.090] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5391.852] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5391.852] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.035] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.070] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.172] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.177] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.325] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.349] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.451] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.451] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.576] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5392.586] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.114] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.137] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.251] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.297] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.390] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.397] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.513] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5394.547] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5451.254] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5451.402] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5453.749] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5453.855] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5455.065] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5455.248] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5455.690] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5455.690] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5455.759] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5455.794] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.197] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.282] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.453] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.474] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.495] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.559] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.665] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.708] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.752] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5457.794] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5459.674] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5459.675] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5459.847] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5459.847] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5459.910] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5459.932] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5460.038] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5460.039] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5466.017] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5466.123] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5469.305] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5469.315] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5469.475] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5469.510] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5470.775] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5470.900] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5473.621] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5473.727] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5473.983] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5474.047] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5474.090] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5474.175] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5476.767] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5476.939] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5477.380] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5477.486] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5477.592] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5477.763] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5477.806] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5477.911] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5478.017] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5478.102] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5493.074] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5493.285] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5493.370] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5493.478] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5495.145] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5495.316] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5495.555] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5495.640] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5516.800] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5516.972] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.403] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.404] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.508] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.551] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.636] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.658] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.766] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.786] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.850] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.871] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.976] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5517.976] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5518.061] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5518.061] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5518.167] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5518.167] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.593] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.615] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.700] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.720] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.805] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.805] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.976] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5519.977] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5520.018] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5520.018] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5520.190] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5520.190] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5572.537] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5572.760] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.111] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.157] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.386] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.432] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.479] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.514] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.605] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.610] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.690] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.691] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.771] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.774] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.881] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.886] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.955] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5573.957] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5574.049] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5574.072] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5574.152] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5574.176] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5574.246] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5574.271] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.126] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.427] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.729] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.730] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.834] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.875] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.960] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5704.981] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.088] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.108] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.280] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.281] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.406] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.406] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.577] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.577] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.641] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5705.642] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5757.647] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5757.907] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5758.246] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5758.434] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5758.605] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5758.690] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5759.056] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5759.141] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5759.205] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5759.247] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5761.137] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5761.313] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5761.606] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5761.630] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5761.733] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5761.733] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5761.838] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.001] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.238] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.409] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.515] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.536] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.600] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.621] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.706] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.728] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.813] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5762.813] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.379] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.384] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.546] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.548] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.653] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.653] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.759] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5765.759] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.147] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.148] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.270] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.280] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.399] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.403] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.519] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5770.519] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.354] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.525] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.580] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.617] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.663] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.687] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.767] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.767] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.859] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.865] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.945] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5775.945] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5776.068] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5776.069] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5781.652] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5781.824] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5783.684] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5783.684] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5783.748] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5783.813] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5784.049] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5784.221] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5784.457] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5784.574] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5784.699] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5784.836] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5785.143] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5785.379] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5785.552] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5785.724] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5785.896] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.067] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.131] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.304] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.442] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.567] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.714] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.819] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5786.991] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5787.162] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5787.268] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5787.373] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5787.545] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5787.630] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5788.143] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5788.336] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5916.055] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5916.258] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5918.466] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5918.704] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5918.876] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5919.002] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5919.173] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5919.279] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5919.402] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5919.576] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5919.702] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5919.917] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5941.080] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5941.116] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5941.129] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5941.379] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5942.805] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5943.054] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5944.460] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5944.701] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5945.075] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5945.305] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5946.443] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5946.704] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5946.896] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5947.085] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5947.300] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5947.496] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5947.756] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5947.893] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5948.890] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5949.026] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5949.253] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5949.366] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5950.726] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5950.919] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5951.066] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5951.180] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5962.352] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5962.712] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5963.742] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5963.889] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5964.826] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5965.029] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5967.466] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5967.647] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5998.429] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5998.599] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5999.348] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5999.519] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5999.561] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5999.668] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5999.753] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5999.923] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  5999.958] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6000.084] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6000.163] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6000.254] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6000.357] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6000.466] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6002.626] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6002.798] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6002.861] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6003.033] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6003.075] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6003.247] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6003.310] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6003.480] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6003.934] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6004.105] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6004.212] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6004.339] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6004.510] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6004.599] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6004.705] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6004.877] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6014.187] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6014.362] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6014.554] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6014.793] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.356] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.419] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.526] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.568] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.741] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.742] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.912] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6015.913] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6019.448] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6019.633] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6019.873] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6020.058] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6020.554] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6020.726] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6020.964] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6021.136] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6023.249] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6023.436] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6024.046] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6024.131] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6037.606] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6037.869] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6037.912] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6037.932] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6038.559] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6038.601] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6039.344] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6039.356] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6039.566] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6039.587] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6039.889] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6039.890] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6040.061] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6040.082] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.033] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.248] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.362] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.374] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.561] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.561] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.709] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.731] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.858] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6055.859] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.030] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.032] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.115] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.117] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.222] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.243] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.414] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.414] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.520] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.542] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.627] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6056.648] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6059.754] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6059.992] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6060.101] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6060.292] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6061.517] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6061.688] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6061.861] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6061.862] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.032] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.033] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.147] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.154] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.268] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.292] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.394] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.394] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.723] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.724] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.896] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6062.896] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.067] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.068] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.239] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.239] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.326] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.326] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.497] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.498] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.672] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.673] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.784] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.784] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.954] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6063.957] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6064.104] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6064.109] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6064.257] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6064.263] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.149] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.151] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.599] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.601] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.703] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.728] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.956] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6065.957] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.210] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.231] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.423] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.445] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.616] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.617] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.853] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.854] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6066.960] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6067.002] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6067.173] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6067.194] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6067.364] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6067.411] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6067.626] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6067.636] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.149] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.235] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.319] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.404] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.577] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.578] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.750] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6068.751] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6069.540] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6069.693] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6085.905] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6085.926] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6119.741] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6119.748] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6119.988] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6119.989] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6129.671] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6129.672] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6129.845] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6129.866] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6130.039] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6130.040] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6131.709] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6132.657] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6132.962] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6132.963] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6133.306] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6133.307] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6133.544] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6133.565] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6151.721] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.014] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.169] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.191] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.362] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.598] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.619] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.726] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.898] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6152.898] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.004] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.004] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.176] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.177] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.261] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.261] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.396] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6153.397] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6165.580] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6165.581] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6165.751] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6165.752] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6165.888] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6165.890] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6166.017] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6166.041] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6169.626] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6169.629] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6169.765] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6169.781] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.026] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.027] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.111] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.132] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.304] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.305] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.410] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6170.411] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6171.337] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6171.342] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6171.546] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6171.546] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6172.832] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6172.834] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6172.955] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6172.990] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6173.164] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6173.164] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6173.304] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6173.339] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6175.457] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6175.458] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6175.542] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6175.564] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6180.088] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6180.269] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6180.395] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6180.571] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6191.368] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6191.604] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6191.908] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6191.909] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.014] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.057] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.228] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.229] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.334] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.355] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.495] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6192.503] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6215.720] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6215.957] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6216.196] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6216.197] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6314.605] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6314.629] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6314.810] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6314.810] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6314.984] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6314.985] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6315.090] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6315.090] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6315.175] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6315.218] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6315.324] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6315.325] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.334] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.520] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.632] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.654] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.759] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.801] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.972] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6316.972] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6317.016] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6317.039] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6326.688] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6326.689] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6326.833] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6326.868] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.027] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.141] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.266] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.286] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.372] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.393] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.518] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.519] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.582] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.582] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.753] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.754] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.816] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.837] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.943] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6327.964] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.049] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.050] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.156] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.177] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.283] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.283] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.389] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.411] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.517] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.518] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.661] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.661] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.821] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.824] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.962] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6328.997] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6329.120] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6329.122] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6329.227] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6329.228] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6329.404] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6329.404] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6480.187] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6480.188] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6488.279] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6488.343] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6498.193] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6498.387] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6498.973] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6498.974] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.145] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.146] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.318] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.319] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.403] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.424] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.530] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.530] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.701] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.703] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.718] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.728] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.853] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6499.853] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.615] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.615] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.722] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.722] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.805] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.826] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.910] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.931] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.974] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6500.995] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.166] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.168] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.188] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.209] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.380] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.381] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.695] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6501.854] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.066] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.238] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.301] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.301] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.473] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.474] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.645] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.646] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.729] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.730] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.966] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6502.966] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.073] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.094] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.265] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.265] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.324] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.334] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.415] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.439] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.519] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.527] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.619] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.630] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.713] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.723] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.823] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.824] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.908] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6503.929] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.104] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.105] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.276] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.277] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.382] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.404] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.510] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.531] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.832] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.856] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.959] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6508.967] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6509.070] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6509.080] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6509.232] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6509.234] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6509.339] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6509.510] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.422] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.443] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.615] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.616] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.678] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.680] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.851] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6513.852] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6518.968] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6518.968] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6519.139] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6519.141] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6519.241] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6519.241] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6519.356] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6519.356] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6520.532] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6520.574] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6520.659] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6520.681] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.214] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.362] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.583] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.626] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.712] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.732] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.903] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.903] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.987] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6521.987] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6522.093] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6522.114] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6522.221] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6522.242] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6524.699] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6524.903] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.071] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.243] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.414] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.521] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.692] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.693] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.756] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.819] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.925] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6525.927] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.032] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.053] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.138] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.159] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.244] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.287] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.328] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.334] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.448] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.472] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.563] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.568] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.659] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.660] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.752] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.762] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.915] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6526.917] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6527.822] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6527.993] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6528.164] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6528.274] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6528.884] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6528.904] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.075] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.077] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.160] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.160] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.267] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.267] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.373] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.394] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.479] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.479] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.587] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.608] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.650] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.672] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.758] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.778] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.842] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.863] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.957] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6529.992] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.038] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.062] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.153] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.154] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.245] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.245] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.337] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.337] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.457] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6530.458] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6531.798] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6531.958] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6532.038] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6532.237] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6532.258] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6532.365] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6532.470] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6532.641] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6533.462] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6533.462] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6533.733] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6534.010] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6534.031] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6534.268] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6542.681] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6542.687] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6542.696] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6542.742] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6607.679] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6607.722] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6612.757] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6612.799] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6624.196] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6624.201] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6634.663] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6634.675] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6729.939] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6730.121] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6736.298] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6736.344] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6775.787] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6775.940] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6776.632] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6776.632] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6776.868] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.039] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.213] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.304] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.430] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.533] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.655] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.740] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.847] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6777.932] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.168] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.169] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.340] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.425] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.597] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.598] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.682] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.767] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.788] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.831] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.909] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6778.928] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.087] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.122] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.202] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.248] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.339] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.478] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.479] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.563] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.648] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.819] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.820] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6779.905] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.143] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.143] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.249] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.250] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.377] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.397] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.569] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.570] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.611] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.612] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.733] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6780.740] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6786.530] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6786.552] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6786.788] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6786.788] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6787.758] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6787.759] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6787.905] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6787.940] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6788.695] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6788.697] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6788.933] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6788.934] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6789.059] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6789.081] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6789.251] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6789.251] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6794.881] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6794.882] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6795.044] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6795.053] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6795.155] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6795.155] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6795.325] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6795.325] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6796.728] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6796.886] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6797.090] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6797.309] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6818.447] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6819.780] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6819.972] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6820.318] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6824.760] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6824.760] (EE) libinput bug: Event for missing capability CAP_POINTER on device "Nintendo Wii Remote"
[  6824.826] (II) config/udev: removing device Nintendo Wii Remote
[  6824.826] (**) Option "fd" "46"
[  6824.827] (II) UnloadModule: "libinput"
[  6824.827] (II) systemd-logind: releasing fd for 13:82
[  7527.257] (**) Option "fd" "22"
[  7527.257] (**) Option "fd" "25"
[  7527.257] (**) Option "fd" "26"
[  7527.257] (**) Option "fd" "27"
[  7527.257] (**) Option "fd" "28"
[  7527.257] (**) Option "fd" "30"
[  7527.258] (II) UnloadModule: "libinput"
[  7527.258] (II) systemd-logind: releasing fd for 13:71
[  7527.896] (II) UnloadModule: "synaptics"
[  7528.558] (II) systemd-logind: releasing fd for 13:65
[  7528.592] (II) UnloadModule: "libinput"
[  7528.592] (II) systemd-logind: releasing fd for 13:64
[  7528.628] (II) UnloadModule: "libinput"
[  7528.628] (II) systemd-logind: releasing fd for 13:79
[  7528.672] (II) UnloadModule: "libinput"
[  7528.672] (II) systemd-logind: releasing fd for 13:66
[  7528.692] (II) UnloadModule: "libinput"
[  7528.692] (II) systemd-logind: releasing fd for 13:69
[  7528.712] (II) UnloadModule: "libinput"
[  7528.712] (II) systemd-logind: releasing fd for 13:68
[  7528.784] (II) NOUVEAU(0): NVLeaveVT is called.
[  7529.744] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  7529.744] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  7529.744] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  7530.079] (II) Server terminated successfully (0). Closing log file.




J'ai mis mon système à jour et ça marche !

Hors ligne

#8 27-05-2018 14:48:42

èfpé
Membre
Inscription : 10-07-2016

Re : [RESOLU] Vieille webcam

Bonjour,

La date du journal du serveur X (plus de six mois) explique l'absence d'entrée concernant la webcam Logitech :

cat /home/$USER/.local/share/xorg/Xorg.0.log

[    62.720] (==) Log file: "/home/cl/.local/share/xorg/Xorg.0.log", Time: Sat Nov  4 20:30:54 2017

[    63.275] (II) config/udev: Adding input device USB2.0 UVC WebCam (/dev/input/event15)
[    63.275] (**) USB2.0 UVC WebCam: Applying InputClass "evdev keyboard catchall"
[    63.275] (**) USB2.0 UVC WebCam: Applying InputClass "libinput keyboard catchall"
[    63.275] (II) Using input driver 'libinput' for 'USB2.0 UVC WebCam'
[    63.275] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 27 paused 0
[    63.275] (**) USB2.0 UVC WebCam: always reports core events
[    63.275] (**) Option "Device" "/dev/input/event15"
[    63.275] (**) Option "_source" "server/udev"
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is tagged by udev as: Keyboard
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is a keyboard
[    63.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17/event15"
[    63.276] (II) XINPUT: Adding extended input device "USB2.0 UVC WebCam" (type: KEYBOARD, id 9)
[    63.276] (**) Option "xkb_model" "pc105"
[    63.276] (**) Option "xkb_layout" "fr"
[    63.276] (**) Option "xkb_variant" "latin9"
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is tagged by udev as: Keyboard
[    63.276] (II) input device 'USB2.0 UVC WebCam', /dev/input/event15 is a keyboard


Ces lignes concernent, donc, la webcam UVC (04f2:b130, Chicony Electronics), intégrée au portable.

v4l2-ctl --list-devices


Tant pis pour la comprenette. Passer le fil en [Résolu] aurait pu passer pour une forme de politesse.

Hors ligne

#9 27-05-2018 15:41:49

anonyme
Invité

Re : [RESOLU] Vieille webcam

Bonjour
@sechanbask

si tu a le temps , donne le retour de ceci


echo $XDG_SESSION_TYPE
 



sinon dans le syslog (/var/log/syslog ) il y a le détail du gpu et de la caméra (sous Wayland par exemple )
de précisé le bureau que tu utilise ça peu aider aussi  smile

#10 29-05-2018 19:08:58

sechanbask
Membre
Inscription : 14-10-2009

Re : [RESOLU] Vieille webcam

bonsoir,

voilà le retour :

echo $XDG_SESSION_TYPE



x11
 



et

cat  /var/log/syslog



May 29 20:03:40 tosh dbus-daemon[1214]: Successfully activated service 'org.gnome.Terminal'
May 29 20:03:40 tosh systemd[1196]: Started GNOME Terminal Server.
May 29 20:06:02 tosh kernel: [ 3063.773159] usb 2-1.3: new full-speed USB device number 3 using ehci-pci
May 29 20:06:02 tosh kernel: [ 3063.883485] usb 2-1.3: New USB device found, idVendor=046d, idProduct=08f0
May 29 20:06:02 tosh kernel: [ 3063.883490] usb 2-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
May 29 20:06:02 tosh kernel: [ 3063.883494] usb 2-1.3: Product: Camera
May 29 20:06:03 tosh mtp-probe: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3"
May 29 20:06:03 tosh mtp-probe: bus: 2, device: 3 was not an MTP device
May 29 20:06:03 tosh kernel: [ 3064.235109] gspca_main: v2.14.0 registered
May 29 20:06:03 tosh kernel: [ 3064.245102] gspca_main: STV06xx-2.14.0 probing 046d:08f0
May 29 20:06:03 tosh kernel: [ 3064.245106] gspca_stv06xx: st6422 sensor detected
May 29 20:06:03 tosh kernel: [ 3064.540356] input: STV06xx as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/input/input18
May 29 20:06:03 tosh kernel: [ 3064.540588] usbcore: registered new interface driver STV06xx
May 29 20:06:03 tosh kernel: [ 3064.585425] usbcore: registered new interface driver snd-usb-audio
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) config/udev: Adding input device STV06xx (/dev/input/event16)
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) STV06xx: Applying InputClass "evdev keyboard catchall"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) STV06xx: Applying InputClass "libinput keyboard catchall"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) Using input driver 'libinput' for 'STV06xx'
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1068]: (II) config/udev: Adding input device STV06xx (/dev/input/event16)
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1068]: (**) STV06xx: Applying InputClass "evdev keyboard catchall"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1068]: (**) STV06xx: Applying InputClass "libinput keyboard catchall"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1068]: (II) Using input driver 'libinput' for 'STV06xx'
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1068]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 24 paused 1
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1068]: (II) systemd-logind: releasing fd for 13:80
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 57 paused 0
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) STV06xx: always reports core events
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) Option "Device" "/dev/input/event16"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) Option "_source" "server/udev"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) input device 'STV06xx', /dev/input/event16 is tagged by udev as: Keyboard
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) input device 'STV06xx', /dev/input/event16 is a keyboard
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/input/input18/event16"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) XINPUT: Adding extended input device "STV06xx" (type: KEYBOARD, id 13)
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) Option "xkb_model" "pc105"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) Option "xkb_layout" "fr"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (**) Option "xkb_variant" "latin9"
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (WW) Option "xkb_options" requires a string value
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) input device 'STV06xx', /dev/input/event16 is tagged by udev as: Keyboard
May 29 20:06:03 tosh /usr/lib/gdm3/gdm-x-session[1206]: (II) input device 'STV06xx', /dev/input/event16 is a keyboard
May 29 20:06:03 tosh systemd-udevd[2361]: Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 2' failed with exit code 99.
May 29 20:06:03 tosh rtkit-daemon[446]: Supervising 3 threads of 1 processes of 1 users.
May 29 20:06:03 tosh rtkit-daemon[446]: Successfully made thread 2381 of process 1342 (n/a) owned by '1000' RT at priority 5.
May 29 20:06:03 tosh rtkit-daemon[446]: Supervising 4 threads of 1 processes of 1 users.
 




enfin j'utilise  Gnome 3.22.2

MERCI à vous tous  wink

Edit à toto : Supprimé les $ et # puisque user ou root sont indiqués dans le BBcode.

Dernière modification par sechanbask (29-05-2018 19:10:24)

Hors ligne

#11 29-05-2018 19:15:15

smolski
quasi...modo
Lieu : AIN
Distrib. : backports (buster) 10
Noyau : Linux 4.19.0-8-amd64
(G)UI : gnome
Inscription : 21-10-2008

Re : [RESOLU] Vieille webcam

sechanbask a écrit :

enfin j'utilise  Gnome 3.22.2


Si tu remplis ton Profil (voir la barre du menu du site) nous pourrons mieux communiquer avec toi.
le tuto pour remplir correctement son profil :
Afin de nous permettre de vous communiquer les meilleurs réponses, ou d'entendre au mieux tes interventions, il est bon de renseigner de manière permanente sous ton avatar la configuration du (des) PC que tu utilises.
Voir le tuto : Trop cool d'indiquer son installation dans son profil !


saque eud dun (patois chtimi : fonce dedans)

Hors ligne

Pied de page des forums