#1 Le 15/12/2020, à 19:03
- FS
[RESOLU] Ecran noir au démarrage ubuntu 20.04
Bonsoir,
après avoir taper
sudo startx
présence d'un écran noir au démarrage .
impossible de démarrer en mode graphique.
quelqu'un aurai t'il une solution
Dernière modification par FS (Le 16/12/2020, à 22:52)
Hors ligne
#2 Le 15/12/2020, à 19:23
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Ne lance pas startx via sudo, tu es censé le lancer en utilisateur normal.
Passe sur une console avec ctrl + alt + F2, F3, F4... et connecte-toi en mode texte. Lance la commande suivante :
ls -la ~ | grep auth
Tu devrais voir un fichier .Xauthority : il devrait avoir comme permissions -rw------- et appartenir à ton compte (ton nom d'utilisateur deux fois après les permissions). Comme tu as lancé startx via sudo, c'est probable que le fichier appartienne à root. Si c'est bien le cas :
sudo chown ton_nom:ton_nom ~/.Xauthority
en remplaçant ton_nom:ton_nom par ton compte utilisateur deux fois (n'oublie pas les deux-points entre).
Après coup, repasse sur la session graphique (ctrl + alt + F1 ou F7 selon l'environnement de bureau). Si ça ne marche pas, redémarre (sudo reboot dans la console).
Dernière modification par abelthorne (Le 15/12/2020, à 19:24)
Hors ligne
#3 Le 15/12/2020, à 20:34
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Bonsoir et merci en suivant les instructions j'ai réussi à changer l'affectation de Xauthority de root à mon_nom
Néanmoins ubuntu ne démarre pas en mode graphique même après reboot.
il y a toujours un écran noir
Hors ligne
#4 Le 15/12/2020, à 20:41
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Du coup, si tu passes sur une console comme précédemment et que tu lances la commande startx (sans sudo), ça donne quoi ? Lancement de la session ? message d'erreur ?
Autres choses à vérifier :
- le fichier .Xauthority (cf commandes précédentes) a bien comme permissions spécifiquement -rw------- et rien d'autre ?
- avec ls -l /home ton dossier perso t'appartient bien (avec comme permissions drwxr-xr-x) ?
- lance df -h, cherche la ligne de la partition système (montage / en dernière colonne) et des données perso si tu en as une séparée (montage /home) : tu as de la place dessus (avant-dernière colonne pas à 100 %) ?
Hors ligne
#5 Le 15/12/2020, à 20:56
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Du coup, si tu passes sur une console comme précédemment et que tu lances la commande startx (sans sudo), ça donne quoi ? Lancement de la session ? message d'erreur ?
c'est ce que j'ai fait en première instance avec Tilix rien ne s'est passé (permission non accordée il me semble), c'est pour cela que je l'ai lancer en mode sudo.
A la base je suivais un tuto pour supprimer le message d'erreur que j'ai à chaque lancement depuis 20.04.
- le fichier .Xauthority (cf commandes précédentes) a bien comme permissions spécifiquement -rw------- et rien d'autre ?
oui c'est bien comme ça.
- lance df -h, cherche la ligne de la partition système (montage / en dernière colonne) et des données perso si tu en as une séparée (montage /home) : tu as de la place dessus (avant-dernière colonne pas à 100 %) ?
je ne comprends pas ce que je doit faire
Dernière modification par FS (Le 15/12/2020, à 20:56)
Hors ligne
#6 Le 15/12/2020, à 21:08
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
On va commencer par la fin. Si tu lances la commande suivante :
df -h
Ça va te donner un retour du style :
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
tmpfs 797M 3,8M 794M 1% /run
/dev/sdc1 252G 182G 58G 77% /
tmpfs 3,9G 110M 3,8G 3% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 4,0M 0 4,0M 0% /sys/fs/cgroup
/dev/sdb1 1,8T 1,6T 109G 94% /mnt/data2
/dev/sda1 455G 336G 96G 78% /mnt/data1
tmpfs 797M 124K 797M 1% /run/user/1000
Là, le but c'est de trouver la partition système, celle qui a "/" dans la dernière colonne. Dans mon cas, c'est /dev/sdc1. Et donc, vérifier qu'il y a de la place dessus, par exemple en regardant l'avant-dernière colonne qui indique le pourcentage de remplissage : s'il est à 100 %, c'est pas bon. Idem pour la ligne qui indique "/home" dans la dernière colonne si tu as une partition séparée pour les données utilisateurs (ce qui n'est pas mon cas).
Et sinon, tu dis que tu as un message d'erreur "permission non accordée" quand tu lances startx ? est-ce qu'il te dit sur quel fichier ? Tu peux éventuellement vérifier ceux qui suivent :
ls -la ~ | grep auth
ls -la ~ | grep dmrc
La première commande est la même que précédemment : est-ce qu'en plus du .Xauthority tu as un .ICEauthority ? si c'est le cas, est-ce qu'il a les mêmes caractéristiques que le .Xauthority (permissions -rw------- et ton compte comme proprio) ?
La deuxième commande c'est pour chercher un éventuel fichier .dmrc qui devrait t'appartenir et avoir comme permissions -rw-r--r--.
Les fichiers .ICEauthority et .dmrc ne sont a priori plus utilisés sur les versions récentes d'Ubuntu, donc ce n'est pas anormal s'ils n'existent pas de ton côté mais s'ils sont là, ils doivent avoir ces caractéristiques.
Hors ligne
#7 Le 15/12/2020, à 21:31
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
df -h
/dev/sdb2 32% /
ls -la ~ | grep auth
-rw------- 1 mon_nom mon_nom 50 déc. 15 21:02 .Xauthority
ls -la ~ | grep dmrc
ne donne rien en réponse (retour au promt)
Hors ligne
#8 Le 15/12/2020, à 21:37
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
lorsque je lance startx
(==) apparait devant chacune des lignes Xorg ?
j'utilise ubuntu 20.04 avec la distribution budgie
Dernière modification par FS (Le 15/12/2020, à 21:38)
Hors ligne
#9 Le 15/12/2020, à 21:50
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Tu aurais la possibilité de poster une photo de ce que tu obtiens quand tu lances startx ?
Hors ligne
#11 Le 15/12/2020, à 22:14
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
C'est pas très parlant, je ne vois pas d'erreur, le serveur X se ferme sans rien indiquer...
Tu peux éventuellement regarder ce qu'il y a dans le fichier log :
cat /vat/log/Xorg.1.log
Est-ce que tu vois des erreurs ou quelque chose qui semble inhabituel à la fin ?
À part ça, qu'est-ce que tu as comme GPU et avec quel pilote ?
Depuis GRUB, si tu choisis un noyau plus ancien, est-ce que ça démarre normalement ?
Le problème est apparu du jour au lendemain ou c'est une installation récente d'Ubuntu et tu n'as jamais pu démarrer normalement ?
Hors ligne
#12 Le 15/12/2020, à 22:22
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
cat /vat/log/Xorg.1.log
Aucun fichier ou dossier de ce type
problème identique quelque soit le noyau
le problème est arrivé à l'instant ou j'ai taper la commande "sudo startx" dans un terminal (Tilix) dans une session en mode graphique carte Nvidia GTX870 en mode performance.
l'écran est devenu noir avec quelques commandes comme s'il rebootait puis il est resté bloqué avec le carractère "_ " à la ligne
Hors ligne
#13 Le 15/12/2020, à 22:53
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Oups, j'ai fait une faute de frappe, c'est var, pas vat :
cat /var/log/Xorg.1.log
Quel est le nom de ton compte utilisateur (pour te donner une commande adaptée) ?
Hors ligne
#14 Le 15/12/2020, à 23:05
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
j'ai fait ça
sudo apt update sudo apt upgrade sudo apt purge *nvidia* sudo apt install xserver-xorg-video-nouveau sudo rm /etc/X11/xorg.conf sudo reboot
et je ne sais pas trop pourquoi j'ai retrouvé un boot normal en mode graphique !!?????
Il reste que environ 1 min après être rentré dans ma session, un message d'erreur apparaît (Problème logiciel détecté) comme avant mes déboires .
bon je suis content d'avoir retrouver mon home graphique. j'ai essayé ensuite de changement le pilote graphique de nvidia-450 à nvidia-455 avec l'utilitaire en mode graphique mais cela n'a pas fait disparaître mon erreur.
Hors ligne
#15 Le 15/12/2020, à 23:13
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Le message d'erreur n'est pas forcément très grave, il indique juste que quelque chose a planté précédemment.
Là, tu as réinstallé le pilote nvidia 455 ; tu as redémarré après ? Ça fonctionne ou quand tu dis "ça n'a pas fait disparaître mon erreur" tu veux dire que tu as de nouveau un écran noir ?
Hors ligne
#16 Le 15/12/2020, à 23:19
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
non je n'ai plus mon écran noir et je peut travailler normalement
d'ailleurs je peux te donner la réponse à cat /var/log/Xorg.1.log ci dessous
$ cat /var/log/Xorg.1.log
[ 893.172]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 893.172] Build Operating System: Linux 4.15.0-124-generic x86_64 Ubuntu
[ 893.175] Current Operating System: Linux vero2 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64
[ 893.175] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic root=UUID=33edc49a-cbc8-4086-b7b3-464e59f149b7 ro quiet splash vt.handoff=7
[ 893.180] Build Date: 30 November 2020 05:56:33PM
[ 893.182] xorg-server 2:1.20.8-2ubuntu2.6 (For technical support please see http://www.ubuntu.com/support)
[ 893.183] Current version of pixman: 0.38.4
[ 893.185] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 893.185] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 893.190] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Dec 15 21:32:23 2020
[ 893.191] (==) Using config file: "/etc/X11/xorg.conf"
[ 893.192] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 893.192] (==) ServerLayout "Layout0"
[ 893.192] (**) |-->Screen "Screen0" (0)
[ 893.192] (**) | |-->Monitor "Monitor0"
[ 893.192] (**) | |-->Device "Device0"
[ 893.192] (**) |-->Input Device "Keyboard0"
[ 893.192] (**) |-->Input Device "Mouse0"
[ 893.192] (==) Automatically adding devices
[ 893.192] (==) Automatically enabling devices
[ 893.192] (==) Automatically adding GPU devices
[ 893.192] (==) Automatically binding GPU devices
[ 893.192] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 893.192] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 893.192] Entry deleted from font path.
[ 893.192] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 893.192] Entry deleted from font path.
[ 893.192] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 893.192] Entry deleted from font path.
[ 893.192] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 893.192] Entry deleted from font path.
[ 893.192] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 893.192] Entry deleted from font path.
[ 893.192] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 893.192] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 893.192] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 893.192] (WW) Disabling Keyboard0
[ 893.192] (WW) Disabling Mouse0
[ 893.192] (II) Loader magic: 0x5623da8ce020
[ 893.192] (II) Module ABI versions:
[ 893.192] X.Org ANSI C Emulation: 0.4
[ 893.192] X.Org Video Driver: 24.1
[ 893.192] X.Org XInput driver : 24.1
[ 893.192] X.Org Server Extension : 10.0
[ 893.193] (++) using VT number 1
[ 893.195] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 893.195] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 893.196] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 893.196] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 893.196] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 893.198] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 893.198] (**) OutputClass "Nvidia Prime" ModulePath extended to "/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 893.198] (**) OutputClass "Nvidia Prime" setting /dev/dri/card1 as PrimaryGPU
[ 893.198] (--) PCI: (0@0:2:0) 8086:0416:1043:157d rev 6, Mem @ 0xec400000/4194304, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 893.198] (--) PCI:*(1@0:0:0) 10de:1199:1043:157d rev 161, Mem @ 0xeb000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 893.198] (II) LoadModule: "glx"
[ 893.199] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 893.199] (II) Module glx: vendor="X.Org Foundation"
[ 893.199] compiled for 1.20.8, module version = 1.0.0
[ 893.199] ABI class: X.Org Server Extension, version 10.0
[ 893.199] (II) LoadModule: "nvidia"
[ 893.199] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[ 893.199] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 893.199] compiled for 1.6.99.901, module version = 1.0.0
[ 893.199] Module class: X.Org Video Driver
[ 893.199] (II) NVIDIA dlloader X Driver 450.80.02 Wed Sep 23 00:53:01 UTC 2020
[ 893.199] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 893.199] (II) systemd-logind: releasing fd for 226:1
[ 893.200] (II) Loading sub module "fb"
[ 893.200] (II) LoadModule: "fb"
[ 893.200] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 893.200] (II) Module fb: vendor="X.Org Foundation"
[ 893.200] compiled for 1.20.8, module version = 1.0.0
[ 893.200] ABI class: X.Org ANSI C Emulation, version 0.4
[ 893.200] (II) Loading sub module "wfb"
[ 893.200] (II) LoadModule: "wfb"
[ 893.200] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 893.200] (II) Module wfb: vendor="X.Org Foundation"
[ 893.200] compiled for 1.20.8, module version = 1.0.0
[ 893.200] ABI class: X.Org ANSI C Emulation, version 0.4
[ 893.200] (II) Loading sub module "ramdac"
[ 893.200] (II) LoadModule: "ramdac"
[ 893.200] (II) Module "ramdac" already built-in
[ 893.201] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 893.201] (==) NVIDIA(0): RGB weight 888
[ 893.201] (==) NVIDIA(0): Default visual is TrueColor
[ 893.201] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 893.201] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 893.201] (II) Applying OutputClass "Nvidia Prime" options to /dev/dri/card1
[ 893.201] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 893.201] (**) NVIDIA(0): Enabling 2D acceleration
[ 893.201] (II) Loading sub module "glxserver_nvidia"
[ 893.201] (II) LoadModule: "glxserver_nvidia"
[ 893.201] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglxserver_nvidia.so
[ 893.207] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 893.207] compiled for 1.6.99.901, module version = 1.0.0
[ 893.207] Module class: X.Org Server Extension
[ 893.207] (II) NVIDIA GLX Module 450.80.02 Wed Sep 23 00:51:32 UTC 2020
[ 893.207] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 893.209] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 870M (GK104) at PCI:1:0:0 (GPU-0)
[ 893.209] (--) NVIDIA(0): Memory: 3145728 kBytes
[ 893.209] (--) NVIDIA(0): VideoBIOS: 80.04.f4.00.01
[ 893.209] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 893.209] (II) NVIDIA(0): Validated MetaModes:
[ 893.209] (II) NVIDIA(0): "NULL"
[ 893.209] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 893.209] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 893.209] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 893.210] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 893.210] (II) NVIDIA: access.
[ 893.236] (II) NVIDIA(0): Setting mode "NULL"
[ 893.240] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 893.240] (==) NVIDIA(0): Backing store enabled
[ 893.240] (==) NVIDIA(0): Silken mouse enabled
[ 893.240] (**) NVIDIA(0): DPMS enabled
[ 893.241] (WW) NVIDIA(0): Option "IgnoreDisplayDevices" is not used
[ 893.241] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 893.241] (II) Loading sub module "dri2"
[ 893.241] (II) LoadModule: "dri2"
[ 893.241] (II) Module "dri2" already built-in
[ 893.241] (II) NVIDIA(0): [DRI2] Setup complete
[ 893.241] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 893.241] (II) Initializing extension Generic Event Extension
[ 893.241] (II) Initializing extension SHAPE
[ 893.241] (II) Initializing extension MIT-SHM
[ 893.241] (II) Initializing extension XInputExtension
[ 893.241] (II) Initializing extension XTEST
[ 893.241] (II) Initializing extension BIG-REQUESTS
[ 893.241] (II) Initializing extension SYNC
[ 893.241] (II) Initializing extension XKEYBOARD
[ 893.241] (II) Initializing extension XC-MISC
[ 893.241] (II) Initializing extension SECURITY
[ 893.241] (II) Initializing extension XFIXES
[ 893.241] (II) Initializing extension RENDER
[ 893.242] (II) Initializing extension RANDR
[ 893.242] (II) Initializing extension COMPOSITE
[ 893.242] (II) Initializing extension DAMAGE
[ 893.242] (II) Initializing extension MIT-SCREEN-SAVER
[ 893.242] (II) Initializing extension DOUBLE-BUFFER
[ 893.242] (II) Initializing extension RECORD
[ 893.242] (II) Initializing extension DPMS
[ 893.242] (II) Initializing extension Present
[ 893.242] (II) Initializing extension DRI3
[ 893.242] (II) Initializing extension X-Resource
[ 893.242] (II) Initializing extension XVideo
[ 893.242] (II) Initializing extension XVideo-MotionCompensation
[ 893.242] (II) Initializing extension SELinux
[ 893.242] (II) SELinux: Disabled on system
[ 893.242] (II) Initializing extension GLX
[ 893.242] (II) Initializing extension GLX
[ 893.242] (II) Indirect GLX disabled.
[ 893.242] (II) GLX: Another vendor is already registered for screen 0
[ 893.242] (II) Initializing extension XFree86-VidModeExtension
[ 893.243] (II) Initializing extension XFree86-DGA
[ 893.243] (II) Initializing extension XFree86-DRI
[ 893.243] (II) Initializing extension DRI2
[ 893.243] (II) Initializing extension NV-GLX
[ 893.243] (II) Initializing extension NV-CONTROL
[ 893.277] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 893.277] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 893.277] (II) LoadModule: "libinput"
[ 893.277] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 893.278] (II) Module libinput: vendor="X.Org Foundation"
[ 893.278] compiled for 1.20.4, module version = 0.29.0
[ 893.278] Module class: X.Org XInput Driver
[ 893.278] ABI class: X.Org XInput driver, version 24.1
[ 893.278] (II) Using input driver 'libinput' for 'Power Button'
[ 893.279] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[ 893.279] (**) Power Button: always reports core events
[ 893.279] (**) Option "Device" "/dev/input/event2"
[ 893.279] (**) Option "_source" "server/udev"
[ 893.281] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 893.281] (II) event2 - Power Button: device is a keyboard
[ 893.281] (II) event2 - Power Button: device removed
[ 893.281] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 893.281] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 893.281] (**) Option "xkb_model" "pc105"
[ 893.281] (**) Option "xkb_layout" "fr"
[ 893.281] (**) Option "xkb_variant" "latin9"
[ 893.296] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 893.296] (II) event2 - Power Button: device is a keyboard
[ 893.297] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event10)
[ 893.297] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 893.297] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 893.298] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 43 paused 0
[ 893.298] (**) Asus Wireless Radio Control: always reports core events
[ 893.298] (**) Option "Device" "/dev/input/event10"
[ 893.298] (**) Option "_source" "server/udev"
[ 893.298] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 893.299] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[ 893.299] (II) event10 - Asus Wireless Radio Control: device removed
[ 893.299] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input17/event10"
[ 893.299] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 893.299] (**) Option "xkb_model" "pc105"
[ 893.299] (**) Option "xkb_layout" "fr"
[ 893.299] (**) Option "xkb_variant" "latin9"
[ 893.299] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 893.299] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[ 893.300] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 893.300] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 893.300] (II) Using input driver 'libinput' for 'Video Bus'
[ 893.301] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 44 paused 0
[ 893.301] (**) Video Bus: always reports core events
[ 893.301] (**) Option "Device" "/dev/input/event16"
[ 893.301] (**) Option "_source" "server/udev"
[ 893.301] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 893.301] (II) event16 - Video Bus: device is a keyboard
[ 893.301] (II) event16 - Video Bus: device removed
[ 893.301] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input21/event16"
[ 893.301] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 893.301] (**) Option "xkb_model" "pc105"
[ 893.301] (**) Option "xkb_layout" "fr"
[ 893.301] (**) Option "xkb_variant" "latin9"
[ 893.302] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 893.302] (II) event16 - Video Bus: device is a keyboard
[ 893.303] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[ 893.303] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 893.303] (II) Using input driver 'libinput' for 'Video Bus'
[ 893.304] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 45 paused 0
[ 893.304] (**) Video Bus: always reports core events
[ 893.304] (**) Option "Device" "/dev/input/event13"
[ 893.304] (**) Option "_source" "server/udev"
[ 893.304] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[ 893.305] (II) event13 - Video Bus: device is a keyboard
[ 893.305] (II) event13 - Video Bus: device removed
[ 893.305] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/LNXVIDEO:00/input/input20/event13"
[ 893.305] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 893.305] (**) Option "xkb_model" "pc105"
[ 893.305] (**) Option "xkb_layout" "fr"
[ 893.305] (**) Option "xkb_variant" "latin9"
[ 893.306] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[ 893.306] (II) event13 - Video Bus: device is a keyboard
[ 893.306] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 893.306] (II) No input driver specified, ignoring this device.
[ 893.306] (II) This device may have been added with another device file.
[ 893.306] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 893.306] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 893.306] (II) Using input driver 'libinput' for 'Sleep Button'
[ 893.307] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[ 893.307] (**) Sleep Button: always reports core events
[ 893.307] (**) Option "Device" "/dev/input/event1"
[ 893.307] (**) Option "_source" "server/udev"
[ 893.308] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 893.308] (II) event1 - Sleep Button: device is a keyboard
[ 893.308] (II) event1 - Sleep Button: device removed
[ 893.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 893.308] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 893.308] (**) Option "xkb_model" "pc105"
[ 893.308] (**) Option "xkb_layout" "fr"
[ 893.308] (**) Option "xkb_variant" "latin9"
[ 893.309] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 893.309] (II) event1 - Sleep Button: device is a keyboard
[ 893.309] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event17)
[ 893.309] (II) No input driver specified, ignoring this device.
[ 893.309] (II) This device may have been added with another device file.
[ 893.310] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event18)
[ 893.310] (II) No input driver specified, ignoring this device.
[ 893.310] (II) This device may have been added with another device file.
[ 893.310] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event19)
[ 893.310] (II) No input driver specified, ignoring this device.
[ 893.310] (II) This device may have been added with another device file.
[ 893.310] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event20)
[ 893.310] (II) No input driver specified, ignoring this device.
[ 893.310] (II) This device may have been added with another device file.
[ 893.311] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event21)
[ 893.311] (II) No input driver specified, ignoring this device.
[ 893.311] (II) This device may have been added with another device file.
[ 893.311] (II) config/udev: Adding input device Microsoft Microsoft Nano Transceiver 1.1 (/dev/input/event5)
[ 893.311] (**) Microsoft Microsoft Nano Transceiver 1.1: Applying InputClass "libinput keyboard catchall"
[ 893.311] (II) Using input driver 'libinput' for 'Microsoft Microsoft Nano Transceiver 1.1'
[ 893.312] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[ 893.312] (**) Microsoft Microsoft Nano Transceiver 1.1: always reports core events
[ 893.312] (**) Option "Device" "/dev/input/event5"
[ 893.312] (**) Option "_source" "server/udev"
[ 893.313] (II) event5 - Microsoft Microsoft Nano Transceiver 1.1: is tagged by udev as: Keyboard
[ 893.313] (II) event5 - Microsoft Microsoft Nano Transceiver 1.1: device is a keyboard
[ 893.313] (II) event5 - Microsoft Microsoft Nano Transceiver 1.1: device removed
[ 893.313] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:045E:07FD.0001/input/input12/event5"
[ 893.313] (II) XINPUT: Adding extended input device "Microsoft Microsoft Nano Transceiver 1.1" (type: KEYBOARD, id 11)
[ 893.313] (**) Option "xkb_model" "pc105"
[ 893.313] (**) Option "xkb_layout" "fr"
[ 893.313] (**) Option "xkb_variant" "latin9"
[ 893.314] (II) event5 - Microsoft Microsoft Nano Transceiver 1.1: is tagged by udev as: Keyboard
[ 893.314] (II) event5 - Microsoft Microsoft Nano Transceiver 1.1: device is a keyboard
[ 893.315] (II) config/udev: Adding input device Microsoft Microsoft Nano Transceiver 1.1 Consumer Control (/dev/input/event6)
[ 893.315] (**) Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 893.315] (II) Using input driver 'libinput' for 'Microsoft Microsoft Nano Transceiver 1.1 Consumer Control'
[ 893.316] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[ 893.316] (**) Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: always reports core events
[ 893.316] (**) Option "Device" "/dev/input/event6"
[ 893.316] (**) Option "_source" "server/udev"
[ 893.317] (II) event6 - Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: is tagged by udev as: Keyboard
[ 893.317] (II) event6 - Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: device is a keyboard
[ 893.317] (II) event6 - Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: device removed
[ 893.317] (II) libinput: Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: needs a virtual subdevice
[ 893.317] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:045E:07FD.0002/input/input13/event6"
[ 893.317] (II) XINPUT: Adding extended input device "Microsoft Microsoft Nano Transceiver 1.1 Consumer Control" (type: MOUSE, id 12)
[ 893.318] (**) Option "AccelerationScheme" "none"
[ 893.318] (**) Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: (accel) selected scheme none/0
[ 893.318] (**) Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: (accel) acceleration factor: 2.000
[ 893.318] (**) Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: (accel) acceleration threshold: 4
[ 893.319] (II) event6 - Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: is tagged by udev as: Keyboard
[ 893.319] (II) event6 - Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: device is a keyboard
[ 893.319] (II) config/udev: Adding input device Microsoft Microsoft Nano Transceiver 1.1 System Control (/dev/input/event7)
[ 893.319] (**) Microsoft Microsoft Nano Transceiver 1.1 System Control: Applying InputClass "libinput keyboard catchall"
[ 893.319] (II) Using input driver 'libinput' for 'Microsoft Microsoft Nano Transceiver 1.1 System Control'
[ 893.320] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 49 paused 0
[ 893.320] (**) Microsoft Microsoft Nano Transceiver 1.1 System Control: always reports core events
[ 893.320] (**) Option "Device" "/dev/input/event7"
[ 893.320] (**) Option "_source" "server/udev"
[ 893.321] (II) event7 - Microsoft Microsoft Nano Transceiver 1.1 System Control: is tagged by udev as: Keyboard
[ 893.321] (II) event7 - Microsoft Microsoft Nano Transceiver 1.1 System Control: device is a keyboard
[ 893.321] (II) event7 - Microsoft Microsoft Nano Transceiver 1.1 System Control: device removed
[ 893.321] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:045E:07FD.0002/input/input14/event7"
[ 893.321] (II) XINPUT: Adding extended input device "Microsoft Microsoft Nano Transceiver 1.1 System Control" (type: KEYBOARD, id 13)
[ 893.321] (**) Option "xkb_model" "pc105"
[ 893.321] (**) Option "xkb_layout" "fr"
[ 893.322] (**) Option "xkb_variant" "latin9"
[ 893.323] (II) event7 - Microsoft Microsoft Nano Transceiver 1.1 System Control: is tagged by udev as: Keyboard
[ 893.323] (II) event7 - Microsoft Microsoft Nano Transceiver 1.1 System Control: device is a keyboard
[ 893.324] (II) config/udev: Adding input device Microsoft Microsoft Nano Transceiver 1.1 (/dev/input/event8)
[ 893.324] (**) Microsoft Microsoft Nano Transceiver 1.1: Applying InputClass "libinput keyboard catchall"
[ 893.324] (II) Using input driver 'libinput' for 'Microsoft Microsoft Nano Transceiver 1.1'
[ 893.325] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 50 paused 0
[ 893.325] (**) Microsoft Microsoft Nano Transceiver 1.1: always reports core events
[ 893.325] (**) Option "Device" "/dev/input/event8"
[ 893.325] (**) Option "_source" "server/udev"
[ 893.326] (II) event8 - Microsoft Microsoft Nano Transceiver 1.1: is tagged by udev as: Keyboard
[ 893.326] (II) event8 - Microsoft Microsoft Nano Transceiver 1.1: device is a keyboard
[ 893.326] (II) event8 - Microsoft Microsoft Nano Transceiver 1.1: device removed
[ 893.326] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:045E:07FD.0002/input/input15/event8"
[ 893.326] (II) XINPUT: Adding extended input device "Microsoft Microsoft Nano Transceiver 1.1" (type: KEYBOARD, id 14)
[ 893.326] (**) Option "xkb_model" "pc105"
[ 893.326] (**) Option "xkb_layout" "fr"
[ 893.326] (**) Option "xkb_variant" "latin9"
[ 893.328] (II) event8 - Microsoft Microsoft Nano Transceiver 1.1: is tagged by udev as: Keyboard
[ 893.328] (II) event8 - Microsoft Microsoft Nano Transceiver 1.1: device is a keyboard
[ 893.328] (II) config/udev: Adding input device Microsoft Microsoft Nano Transceiver 1.1 (/dev/input/event9)
[ 893.329] (**) Microsoft Microsoft Nano Transceiver 1.1: Applying InputClass "libinput pointer catchall"
[ 893.329] (II) Using input driver 'libinput' for 'Microsoft Microsoft Nano Transceiver 1.1'
[ 893.387] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 51 paused 0
[ 893.387] (**) Microsoft Microsoft Nano Transceiver 1.1: always reports core events
[ 893.387] (**) Option "Device" "/dev/input/event9"
[ 893.387] (**) Option "_source" "server/udev"
[ 893.390] (II) event9 - Microsoft Microsoft Nano Transceiver 1.1: is tagged by udev as: Mouse
[ 893.390] (II) event9 - Microsoft Microsoft Nano Transceiver 1.1: device is a pointer
[ 893.391] (II) event9 - Microsoft Microsoft Nano Transceiver 1.1: device removed
[ 893.391] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:045E:07FD.0003/input/input16/event9"
[ 893.391] (II) XINPUT: Adding extended input device "Microsoft Microsoft Nano Transceiver 1.1" (type: MOUSE, id 15)
[ 893.391] (**) Option "AccelerationScheme" "none"
[ 893.391] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel) selected scheme none/0
[ 893.391] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel) acceleration factor: 2.000
[ 893.391] (**) Microsoft Microsoft Nano Transceiver 1.1: (accel) acceleration threshold: 4
[ 893.394] (II) event9 - Microsoft Microsoft Nano Transceiver 1.1: is tagged by udev as: Mouse
[ 893.394] (II) event9 - Microsoft Microsoft Nano Transceiver 1.1: device is a pointer
[ 893.395] (II) config/udev: Adding input device Microsoft Microsoft Nano Transceiver 1.1 (/dev/input/mouse1)
[ 893.396] (II) No input driver specified, ignoring this device.
[ 893.396] (II) This device may have been added with another device file.
[ 893.397] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event12)
[ 893.397] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[ 893.397] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[ 893.398] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 52 paused 0
[ 893.398] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[ 893.398] (**) Option "Device" "/dev/input/event12"
[ 893.398] (**) Option "_source" "server/udev"
[ 893.399] (II) event12 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 893.399] (II) event12 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 893.399] (II) event12 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[ 893.399] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input19/event12"
[ 893.399] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 16)
[ 893.399] (**) Option "xkb_model" "pc105"
[ 893.399] (**) Option "xkb_layout" "fr"
[ 893.399] (**) Option "xkb_variant" "latin9"
[ 893.400] (II) event12 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 893.400] (II) event12 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 893.400] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[ 893.400] (II) No input driver specified, ignoring this device.
[ 893.400] (II) This device may have been added with another device file.
[ 893.401] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[ 893.401] (II) No input driver specified, ignoring this device.
[ 893.401] (II) This device may have been added with another device file.
[ 893.401] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event11)
[ 893.401] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 893.401] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 893.402] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
[ 893.402] (**) Asus WMI hotkeys: always reports core events
[ 893.402] (**) Option "Device" "/dev/input/event11"
[ 893.402] (**) Option "_source" "server/udev"
[ 893.402] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 893.402] (II) event11 - Asus WMI hotkeys: device is a keyboard
[ 893.402] (II) event11 - Asus WMI hotkeys: device removed
[ 893.402] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input18/event11"
[ 893.402] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 17)
[ 893.402] (**) Option "xkb_model" "pc105"
[ 893.402] (**) Option "xkb_layout" "fr"
[ 893.402] (**) Option "xkb_variant" "latin9"
[ 893.403] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 893.403] (II) event11 - Asus WMI hotkeys: device is a keyboard
[ 893.404] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 893.404] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 893.404] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 893.404] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 54 paused 0
[ 893.404] (**) AT Translated Set 2 keyboard: always reports core events
[ 893.404] (**) Option "Device" "/dev/input/event3"
[ 893.404] (**) Option "_source" "server/udev"
[ 893.405] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 893.405] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 893.406] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 893.406] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 893.406] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 893.406] (**) Option "xkb_model" "pc105"
[ 893.406] (**) Option "xkb_layout" "fr"
[ 893.406] (**) Option "xkb_variant" "latin9"
[ 893.407] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 893.407] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 893.408] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event4)
[ 893.408] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 893.408] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 893.408] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 55 paused 0
[ 893.408] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 893.408] (**) Option "Device" "/dev/input/event4"
[ 893.408] (**) Option "_source" "server/udev"
[ 893.409] (II) event4 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 893.410] (II) event4 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 893.410] (II) event4 - ETPS/2 Elantech Touchpad: device removed
[ 893.410] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input11/event4"
[ 893.410] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 19)
[ 893.410] (**) Option "AccelerationScheme" "none"
[ 893.410] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 893.410] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 893.410] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 893.411] (II) event4 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 893.412] (II) event4 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 893.412] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 893.412] (II) No input driver specified, ignoring this device.
[ 893.412] (II) This device may have been added with another device file.
[ 893.417] (**) Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 893.417] (II) Using input driver 'libinput' for 'Microsoft Microsoft Nano Transceiver 1.1 Consumer Control'
[ 893.417] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[ 893.417] (**) Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: always reports core events
[ 893.417] (**) Option "Device" "/dev/input/event6"
[ 893.417] (**) Option "_source" "_driver/libinput"
[ 893.417] (II) libinput: Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: is a virtual subdevice
[ 893.417] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:045E:07FD.0002/input/input13/event6"
[ 893.417] (II) XINPUT: Adding extended input device "Microsoft Microsoft Nano Transceiver 1.1 Consumer Control" (type: KEYBOARD, id 20)
[ 893.417] (**) Option "xkb_model" "pc105"
[ 893.417] (**) Option "xkb_layout" "fr"
[ 893.417] (**) Option "xkb_variant" "latin9"
[ 893.741] (**) Option "fd" "40"
[ 893.741] (II) event2 - Power Button: device removed
[ 893.741] (**) Option "fd" "43"
[ 893.741] (II) event10 - Asus Wireless Radio Control: device removed
[ 893.741] (**) Option "fd" "44"
[ 893.741] (II) event16 - Video Bus: device removed
[ 893.741] (**) Option "fd" "45"
[ 893.741] (II) event13 - Video Bus: device removed
[ 893.741] (**) Option "fd" "46"
[ 893.741] (II) event1 - Sleep Button: device removed
[ 893.741] (**) Option "fd" "47"
[ 893.741] (II) event5 - Microsoft Microsoft Nano Transceiver 1.1: device removed
[ 893.742] (**) Option "fd" "48"
[ 893.742] (**) Option "fd" "49"
[ 893.742] (II) event7 - Microsoft Microsoft Nano Transceiver 1.1 System Control: device removed
[ 893.742] (**) Option "fd" "50"
[ 893.742] (II) event8 - Microsoft Microsoft Nano Transceiver 1.1: device removed
[ 893.742] (**) Option "fd" "51"
[ 893.742] (II) event9 - Microsoft Microsoft Nano Transceiver 1.1: device removed
[ 893.742] (**) Option "fd" "52"
[ 893.742] (II) event12 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[ 893.742] (**) Option "fd" "53"
[ 893.742] (II) event11 - Asus WMI hotkeys: device removed
[ 893.742] (**) Option "fd" "54"
[ 893.742] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 893.742] (**) Option "fd" "55"
[ 893.742] (II) event4 - ETPS/2 Elantech Touchpad: device removed
[ 893.742] (**) Option "fd" "48"
[ 893.742] (II) event6 - Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: device removed
[ 893.744] (II) UnloadModule: "libinput"
[ 893.744] (II) systemd-logind: not releasing fd for 13:70, still in use
[ 893.744] (II) UnloadModule: "libinput"
[ 893.744] (II) systemd-logind: releasing fd for 13:68
[ 893.791] (II) UnloadModule: "libinput"
[ 893.791] (II) systemd-logind: releasing fd for 13:67
[ 893.811] (II) UnloadModule: "libinput"
[ 893.811] (II) systemd-logind: releasing fd for 13:75
[ 893.839] (II) UnloadModule: "libinput"
[ 893.839] (II) systemd-logind: releasing fd for 13:76
[ 893.887] (II) UnloadModule: "libinput"
[ 893.887] (II) systemd-logind: releasing fd for 13:73
[ 893.935] (II) UnloadModule: "libinput"
[ 893.935] (II) systemd-logind: releasing fd for 13:72
[ 893.955] (II) UnloadModule: "libinput"
[ 893.955] (II) systemd-logind: releasing fd for 13:71
[ 893.975] (II) UnloadModule: "libinput"
[ 893.975] (II) systemd-logind: releasing fd for 13:70
[ 894.011] (II) UnloadModule: "libinput"
[ 894.011] (II) systemd-logind: releasing fd for 13:69
[ 894.039] (II) UnloadModule: "libinput"
[ 894.039] (II) systemd-logind: releasing fd for 13:65
[ 894.055] (II) UnloadModule: "libinput"
[ 894.055] (II) systemd-logind: releasing fd for 13:77
[ 894.087] (II) UnloadModule: "libinput"
[ 894.087] (II) systemd-logind: releasing fd for 13:80
[ 894.107] (II) UnloadModule: "libinput"
[ 894.107] (II) systemd-logind: releasing fd for 13:74
[ 894.149] (II) UnloadModule: "libinput"
[ 894.149] (II) systemd-logind: releasing fd for 13:66
[ 894.189] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 894.205] (II) Server terminated successfully (0). Closing log file.
vero2@vero2:~$ d" "53"
> [ 893.742] (II) event11 - Asus WMI hotkeys: device removed
> [ 893.742] (**) Option "fd" "54"
> [ 893.742] (II) event3 - AT Translated Set 2 keyboard: device removed
> [ 893.742] (**) Option "fd" "55"
> [ 893.742] (II) event4 - ETPS/2 Elantech Touchpad: device removed
> [ 893.742] (**) Option "fd" "48"
> [ 893.742] (II) event6 - Microsoft Microsoft Nano Transceiver 1.1 Consumer Control: device removed
> [ 893.744] (II) UnloadModule: "libinput"
> [ 893.744] (II) systemd-logind: not releasing fd for 13:70, still in use
> [ 893.744] (II) UnloadModule: "libinput"
> [ 893.744] (II) systemd-logind: releasing fd for 13:68
> [ 893.791] (II) UnloadModule: "libinput"
> [ 893.791] (II) systemd-logind: releasing fd for 13:67
> [ 893.811] (II) UnloadModule: "libinput"
> [ 893.811] (II) systemd-logind: releasing fd for 13:75
> [ 893.839] (II) UnloadModule: "libinput"
> [ 893.839] (II) systemd-logind: releasing fd for 13:76
> [ 893.887] (II) UnloadModule: "libinput"
> [ 893.887] (II) systemd-logind: releasing fd for 13:73
> [ 893.935] (II) UnloadModule: "libinput"
> [ 893.935] (II) systemd-logind: releasing fd for 13:72
> [ 893.955] (II) UnloadModule: "libinput"
> [ 893.955] (II) systemd-logind: releasing fd for 13:71
> [ 893.975] (II) UnloadModule: "libinput"
> [ 893.975] (II) systemd-logind: releasing fd for 13:70
> [ 894.011] (II) UnloadModule: "libinput"
> [ 894.011] (II) systemd-logind: releasing fd for 13:69
> [ 894.039] (II) UnloadModule: "libinput"
> [ 894.039] (II) systemd-logind: releasing fd for 13:65
> [ 894.055] (II) UnloadModule: "libinput"
> [ 894.055] (II) systemd-logind: releasing fd for 13:77
> [ 894.087] (II) UnloadModule: "libinput"
> [ 894.087] (II) systemd-logind: releasing fd for 13:80
> [ 894.107] (II) UnloadModule: "libinput"
> [ 894.107] (II) systemd-logind: releasing fd for 13:74
> [ 894.149] (II) UnloadModule: "libinput"
> [ 894.149] (II) systemd-logind: releasing fd for 13:66
> [ 894.189] (II) NVIDIA(GPU-0): Deleting GPU-0
> [ 894.205] (II) Server terminated successfully (0). Closing log file.
Je tiens à te remercier du temps que tu as passer à m'aider aujourd'hui
Dernière modification par FS (Le 15/12/2020, à 23:20)
Hors ligne
#17 Le 15/12/2020, à 23:24
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Le message d'erreur je ne sais pas trop comment le régler je l'ai depuis l'installation 20.04 au début j'avais accès aux détails qui me stipulaient que cela venait des logiciels nividia.
il est toujours présent.
Dernière modification par FS (Le 15/12/2020, à 23:24)
Hors ligne
#18 Le 15/12/2020, à 23:27
- xubu1957
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Bonjour,
Montre :
ls -l /var/crash
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#19 Le 15/12/2020, à 23:36
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Sur Toile Libre ou TDCT'Pix, choisir le lien « Insérer la miniature dans un forum : »
Dernière modification par cqfd93 (Le 27/12/2020, à 09:51)
Hors ligne
#20 Le 15/12/2020, à 23:38
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
ls -l /var/crash
mon_nom1$ ls -l /var/crash
total 61504
-rw-r----- 1 mon_nom3 whoopsie 10932401 déc. 13 18:27 _usr_bin_budgie-wm.1002.crash
-rw-r----- 1 mon_nom1 whoopsie 44530561 déc. 14 23:17 _usr_bin_celluloid.1000.crash
-rw-r----- 1 mon_nom1 whoopsie 26674 déc. 11 17:34 _usr_bin_nvidia-detector.1000.crash
-rw-rw-r-- 1 mon_nom1 whoopsie 0 déc. 9 20:40 _usr_bin_nvidia-detector.1000.upload
-rw------- 1 whoopsie whoopsie 37 déc. 9 20:40 _usr_bin_nvidia-detector.1000.uploaded
-rw-r----- 1 mon_nom2 whoopsie 26599 déc. 15 23:06 _usr_bin_nvidia-detector.1001.crash
-rw-rw-r-- 1 mon_nom2 whoopsie 0 déc. 11 16:44 _usr_bin_nvidia-detector.1001.upload
-rw------- 1 whoopsie whoopsie 37 déc. 11 16:44 _usr_bin_nvidia-detector.1001.uploaded
-rw-r----- 1 mon_nom3 whoopsie 26500 déc. 13 18:27 _usr_bin_nvidia-detector.1002.crash
-rw-r----- 1 mon_nom1 whoopsie 3768952 déc. 7 08:40 _usr_bin_plank.1000.crash
-rw-r----- 1 root whoopsie 3644570 déc. 10 17:56 _usr_lib_xorg_Xorg.0.crash
que signifie "whoopsie" ?
Dernière modification par FS (Le 15/12/2020, à 23:39)
Hors ligne
#21 Le 15/12/2020, à 23:41
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Whoopsie, c'est le soft qui gère ces alertes et permet d'envoyer les rapports de plantage sur Launchpad.
Hors ligne
#22 Le 16/12/2020, à 22:51
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Bonjour abelthorne et xubu1957,
Merci d'avoir participé à ce sujet
Je déclare mon problème résolu même si je n' ai pas vraiment compris tout ce que j'ai fait et comment sont arrivées mes déboires.
j' ai toujours un message d'erreur qui subsiste vraisemblablement lié à la gestion de la gestion de ma carte nvidia (GTX870) néanmoins je crois qu'un de mes comptes utilisateur n'affiche pas systématiquement l'erreur je vais suivre l'affaire et faire part de mes trouvailles.
Hors ligne
#23 Le 17/12/2020, à 10:59
- abelthorne
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
Je déclare mon problème résolu même si je n' ai pas vraiment compris tout ce que j'ai fait et comment sont arrivées mes déboires.
Si j'ai bien compris, tout a commencé quand tu as lancé sudo startx dans un terminal depuis la session graphique. D'une part, lancer startx − qui sert à démarrer la session graphique − depuis la session graphique, ça doit avoir des effets de bord un peu spéciaux ; d'autre part, le lancer en sudo a attribué des fichiers perso très spécifiques à root.
À ce propos, ce ne serait pas du luxe de vérifier s'il n'y a pas d'autres fichiers attribués à root dans ton dossier perso :
ls -lRa ~ | grep "root root"
Normalement, la commande ne devrait rien lister.
Quant à la résolution, ce n'est pas très clair, tu as fait deux choses : tu as supprimé le pilote graphique proprio pour repasser au libre et tu as supprimé un fichier de config de X.org. Difficile de dire laquelle a débloqué ce qui n'allait pas.
Hors ligne
#24 Le 26/12/2020, à 23:55
- FS
Re : [RESOLU] Ecran noir au démarrage ubuntu 20.04
À ce propos, ce ne serait pas du luxe de vérifier s'il n'y a pas d'autres fichiers attribués à root dans ton dossier perso :
ls -lRa ~ | grep "root root"
Normalement, la commande ne devrait rien lister.
sudo ls -lRa ~ | grep "root root"
la commande ne liste rien
Merci pour les infos et l'aide
Hors ligne