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).

#2 Re : Autres » [Résolu] Demarrage bloqué » 10-03-2019 07:01:30

Sillard

smolski a écrit :

Merci Sillard pour l'ouverture jusqu'à la résolution de ce post, post dont les péripéties sont précieuses pour tous ceux qui sont intéressés. cool



Oui en effet super interessant.

Merci a tout le monde...

#3 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 20:45:19

Sillard
merci pour votre précieuse aide....

à bientot... tongue)

#4 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 17:00:07

Sillard

Y316 a écrit :

Sillard a écrit :

Si j'ai bien compris [anonyme] m'a fait supprimer le fichier contenant les clés publiques qui ne pouvaient être lues pour effectuer la mise à jour?

C'est exactement cela.

Sillard a écrit :

sera t il recréé après un reboot?

C'est le bon moment pour tester et vérifier.


Pour info, tu peux voir les clefs contenues dans /etc/apt/trusted.gpg.d/ en utilisant :

apt-key list



et bien non pas de recréation après un reboot smile

#5 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 16:24:54

Sillard

anonyme a écrit :

oui c'est parfait , optirun fonctionne

teste par exemple "optirun firefox" qui va te lancer l'application avec ta carte nvidia



ca fonctionne nickel


anonyme a écrit :

tu a du utilisé synaptic , c'est un bug , tu a un dossier pour les clés debian dans /etc/apt/trusted.gpg.d/
c'est celui qui est utilisé

nota : a priori sur buster ce bug est corrigé mais pas sur stretch , j'ai le fichier et pas d'erreur sur un update

ce fichier est créer par synaptic dans certains conditions , tu n'a pas utilisé synaptic pour modifier ton sources.list ?



non j'ai utilisé nano dans la console

#6 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 16:02:39

Sillard

anonyme a écrit :

fait ceci


rm /etc/apt/trusted.gpg
 


et refait un update


apt update
 



c'est fait.
plus de message d'avertissement à la fin.

Si j'ai bien compris tu m'as fait supprimer le fichier contenant les clés publiques qui ne pouvaient être lues pour effectuer la mise à jour?
sera t il recréé après un reboot?

#7 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 15:34:51

Sillard

anonyme a écrit :



apt update
 



Fait.
tous mes paquets semblaient à jour si je comprend bien, par contre peux tu rapidement m'expliquer les lignes qui suivent :

All packages are up to date.
W: http://security.debian.org/debian-security/dists/stretch/updates/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://deb.debian.org/debian/dists/stretch-updates/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://deb.debian.org/debian/dists/stretch-backports/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://deb.debian.org/debian/dists/stretch/Release.gpg: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
 



Sont ce des lignes d'avertissements?

sinon j'ai rebooté après toutes ces manip et voilà ce que ça donne :


optirun glxinfo -B


name of display: :0
display: :0  screen: 0
direct rendering: Yes
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 740M/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 390.87
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 390.87
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
 




C'est mieux non??? smile

#8 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 15:30:42

Sillard

anonyme a écrit :

c'est la même que le lien , j'ai juste ajouté la commande pour ajouté ton user au groupe bumblebee.
j'ai fait un copier coller du #11 du lien =>  https://debian-facile.org/viewtopic.php?id=23860  =>  ici  smile

tu a une simulation (avec l'option -s ) et en dessous l'installation sans le -s

pour /var/log/Xorg.0.log c'est bumblebee qui crée ce fichier , donc c'est normal , tu peu l'ouvrir avec l'explorateur de fichier ou avec "cat" en console (en lecture)
et tu a aussi celui de gdm3 dans ton /home/.local/share/xorg/

pour ton #49 juste plus propre et ajout de "main contrib non-free" sur toutes les lignes

pour ton #56 c'est correct , mais bumblebee ne fonctionne pas avec ta carte nvidia gk107
avec bumblebee-nvidia ça devrait être correct



Ok merci alors je vais de ce pas procéder aux différentes étapes.
merci encore

#9 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 13:53:37

Sillard

anonyme a écrit :

je te met la procédure ici du #11 de ce lien =>  https://debian-facile.org/viewtopic.php?id=23860
pour l'installation du drivers nvidia nonfree

il te faut un sources.list avec "main contrib non-free"  sur chaque ligne


apt update
 


installer ou réinstaller les headers


apt-get --reinstall install linux-image-amd64 linux-headers-amd64
 


enlever bumblebee primus


apt-get remove --purge bumblebee primus
 


installer le driver propriétaire avec bumblebee-nvidia
en simulation


apt-get -s install bumblebee-nvidia primus nvidia-driver libgl1-nvidia-glx
 


installer


apt-get install bumblebee-nvidia primus nvidia-driver libgl1-nvidia-glx
 


ajouter l'utilisateur au groupe bumblebee


adduser $USER bumblebee
 


nota : tu remplace $USER par le vraie de ta connexion au bureau


un reboot et tester la commande "optirun glxinfo -B"
nota: nouveau sera automatiquement désactivé au reboot , tu n'a rien a faire

ps: pour ton #49 et ceci


Pour ce qui concerne mon problème de démarrage, il semble "réglé" .
je peux demarré avec un ou deux écrans sans soucis.
 


je sais pas ce qui s'est passé , mais en mode automatique c'est le fonctionnement normal , tout ce configure automatiquement (sans fichier de configuration).
pour bumblebee-nvidia en plus de pouvoir utiliser ta carte nvidia avec optirun , il va économisé ta batterie du portable .



Désolé mais je ne comprend pas bien ce message. dois je suivre le lien en début de message ou bien la procédure que tu me décris ensuite?

#10 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 13:38:58

Sillard

smolski a écrit :

Sillard a écrit :

je ne sais pas pourquoi il y aurait un second gestionnaire de bureau installé


Au démarrage de gnome, sous ton loggin d'identification user, tu as une petite roue dentée et si tu cliques dessus, tu peux voir si un second bureau différent de gnome est proposé.

smile



Bon il semblerait que je sois aussi passé à coté de ce post... décidément tu vas me dire que je t'en veux... smile

je suis donc allé sur la roue crantée :

pour le démarrage l'option System X11 Défault est cochée.

J'ai également comme option :

GNOME
GNOME Classique
GNOME sur Wayland

#11 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 13:36:13

Sillard

smolski a écrit :

@Sillard : Pour éclaircir peux-tu nous donner la copie de tes sources :

cat /etc/apt/sources.list


et pour voir si il n'y a pas d'autres sources, que donne la commande :

ls /etc/apt/sources.list.d/



Désolé je suis passé à coté de ton message.
Donc :

cat /etc/apt/sources.list


# deb http://deb.debian.org/debian/ stretch main

deb http://deb.debian.org/debian/ stretch main contrib non-free
#deb-src http://deb.debian.org/debian/ stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian/ stretch-updates main contrib non-free

# Debian Stretch, dépôt de rétroportages ("backports")
deb http://deb.debian.org/debian/ stretch-backports main contrib non-free
 



ls /etc/apt/sources.list.d/


aucun retour, donc je n'ai pas d'autre list de sources... plutot bon non?

#12 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 13:06:54

Sillard

anonyme a écrit :



pour ton sources.list (quelques modifications)


deb http://deb.debian.org/debian/ stretch main contrib non-free
#deb-src http://deb.debian.org/debian/ stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian/ stretch-updates main contrib non-free

# Debian Stretch, dépôt de rétroportages ("backports")
deb http://deb.debian.org/debian/ stretch-backports main contrib non-free
 



Fait, mais peux tu me dire ce que cela va changer?

#13 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 12:59:02

Sillard
et voilà ce que l'on trouve dans mon dossier :  /home/tonuser/.local/share/xorg/Xorg.0.log

-rw-r--r-- 1 arno35430 arno35430 33805 mars   9 12:41 Xorg.0.log
-rw-r--r-- 1 arno35430 arno35430 52894 mars   9 10:39 Xorg.0.log.old
 

#14 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 12:55:38

Sillard
voila ce que l'on trouve à l'heure actuelle dans mon dossier /var/log :

total 66948
-rw-r--r-- 1 root              root           2789 mars   8 15:51 alternatives.log
-rw-r--r-- 1 root              root            635 févr. 15 09:54 alternatives.log.1
-rw-r--r-- 1 root              root           4495 janv. 31 11:06 alternatives.log.2.gz
drwxr-xr-x 2 root              root           4096 mars   9 10:11 apt
-rw-r----- 1 root              adm         2462787 mars   9 12:45 auth.log
-rw-r----- 1 root              adm           23995 mars   3 07:09 auth.log.1
-rw-r----- 1 root              adm            3090 févr. 23 23:37 auth.log.2.gz
-rw-r----- 1 root              adm            4822 févr. 18 14:39 auth.log.3.gz
-rw-r----- 1 root              adm            3373 févr. 10 09:54 auth.log.4.gz
-rw------- 1 root              utmp              0 mars   1 14:21 btmp
-rw------- 1 root              utmp              0 févr.  1 16:14 btmp.1
drwxr-xr-x 2 root              root           4096 mars   9 06:53 cups
-rw-r----- 1 root              adm        11470467 mars   9 12:41 daemon.log
-rw-r----- 1 root              adm          763312 mars   3 07:12 daemon.log.1
-rw-r----- 1 root              adm           38670 févr. 24 00:05 daemon.log.2.gz
-rw-r----- 1 root              adm           68971 févr. 18 14:42 daemon.log.3.gz
-rw-r----- 1 root              adm           43652 févr. 10 09:57 daemon.log.4.gz
-rw-r----- 1 root              adm          421522 mars   9 12:38 debug
-rw-r----- 1 root              adm           87924 mars   3 07:10 debug.1
-rw-r----- 1 root              adm           12554 févr. 23 10:59 debug.2.gz
-rw-r----- 1 root              adm           21171 févr. 18 14:39 debug.3.gz
-rw-r----- 1 root              adm           12440 févr. 10 09:55 debug.4.gz
-rw-r--r-- 1 root              root          98598 mars   9 10:11 dpkg.log
-rw-r--r-- 1 root              root          56048 févr. 19 09:52 dpkg.log.1
-rw-r--r-- 1 root              root          97419 janv. 31 11:06 dpkg.log.2.gz
-rw-r--r-- 1 root              root          32032 janv. 19 08:18 faillog
-rw-r--r-- 1 root              root           2956 févr.  5 10:53 fontconfig.log
drwx--x--x 2 root              Debian-gdm     4096 août  13  2018 gdm3
drwxr-xr-x 3 root              root           4096 janv. 19 07:52 hp
drwxr-xr-x 3 root              root           4096 janv. 19 08:27 installer
-rw-r----- 1 root              adm         2097925 mars   9 12:43 kern.log
-rw-r----- 1 root              adm          509830 mars   3 07:09 kern.log.1
-rw-r----- 1 root              adm          130731 févr. 23 18:34 kern.log.2.gz
-rw-r----- 1 root              adm          228057 févr. 18 14:38 kern.log.3.gz
-rw-r----- 1 root              adm          130486 févr. 10 09:56 kern.log.4.gz
-rw-rw-r-- 1 root              utmp         292292 janv. 19 08:18 lastlog
-rw-r----- 1 root              adm        21371094 mars   9 12:44 messages
-rw-r----- 1 root              adm         1547601 mars   3 07:12 messages.1
-rw-r----- 1 root              adm          380870 févr. 24 00:05 messages.2.gz
-rw-r----- 1 root              adm          426557 févr. 18 14:42 messages.3.gz
-rw-r----- 1 root              adm          267042 févr. 10 09:57 messages.4.gz
drwx------ 2 speech-dispatcher root           4096 août   8  2017 speech-dispatcher
-rw-r----- 1 root              adm          759692 mars   9 12:44 syslog
-rw-r----- 1 root              adm          961738 mars   9 06:53 syslog.1
-rw-r----- 1 root              adm         1604691 mars   8 11:06 syslog.2.gz
-rw-r----- 1 root              adm           47952 mars   7 05:46 syslog.3.gz
-rw-r----- 1 root              adm           49119 mars   6 08:25 syslog.4.gz
-rw-r----- 1 root              adm           52000 mars   5 16:10 syslog.5.gz
-rw-r----- 1 root              adm          172876 mars   4 16:31 syslog.6.gz
-rw-r----- 1 root              adm           95468 mars   3 07:12 syslog.7.gz
drwxr-x--- 2 root              adm            4096 mars   1 14:21 unattended-upgrades
-rw-r----- 1 root              adm        19935522 mars   9 12:44 user.log
-rw-r----- 1 root              adm         1133251 mars   3 07:12 user.log.1
-rw-r----- 1 root              adm          269713 févr. 24 00:05 user.log.2.gz
-rw-r----- 1 root              adm          226793 févr. 18 14:38 user.log.3.gz
-rw-r----- 1 root              adm          152181 févr. 10 09:56 user.log.4.gz
-rw-rw-r-- 1 root              utmp          41856 mars   9 12:38 wtmp
-rw-rw-r-- 1 root              utmp          46080 mars   1 14:17 wtmp.1
-rw-r--r-- 1 root              bumblebee      6359 mars   9 12:41 Xorg.8.log
-rw-r--r-- 1 root              bumblebee      6359 mars   9 10:13 Xorg.8.log.old
 

#15 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 12:52:17

Sillard

anonyme a écrit :

ps: pour le firmware il faut un redémarrage de la machine (modification du noyau)
on va repartir de zéro
donner une référence de ce portable ?
faire cette commande


update-pciids
 


et poster le retour de lspci


lspci
 



00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
01:00.0 3D controller: NVIDIA Corporation GK107M [GeForce GT 740M] (rev a1)
03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
04:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)




anonyme a écrit :

le retour de


dmesg | grep nouveau
 



[ 7302.579115] nouveau 0000:01:00.0: NVIDIA GK107 (0e71f0a2)
[ 7302.590016] nouveau 0000:01:00.0: bios: version 80.07.95.00.08
[ 7302.653939] nouveau 0000:01:00.0: fb: 4096 MiB DDR3
[ 7302.654090] nouveau 0000:01:00.0: bus: MMIO write of 8000001f FAULT at 6013d4 [ IBUS ]
[ 7302.722853] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[ 7302.722854] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 7302.722859] nouveau 0000:01:00.0: DRM: Pointer to TMDS table invalid
[ 7302.722864] nouveau 0000:01:00.0: DRM: DCB version 4.0
[ 7302.722866] nouveau 0000:01:00.0: DRM: Pointer to flat panel table invalid
[ 7302.920267] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[ 7302.920274] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[ 7309.280731] nouveau 0000:01:00.0: DRM: evicting buffers...
[ 7309.319014] nouveau 0000:01:00.0: DRM: waiting for kernel channels to go idle...
[ 7309.319040] nouveau 0000:01:00.0: DRM: suspending client object trees...
[ 7309.324516] nouveau 0000:01:00.0: DRM: suspending kernel object tree...
[ 7417.772280] nouveau 0000:01:00.0: DRM: resuming kernel object tree...
[ 7417.898516] nouveau 0000:01:00.0: bus: MMIO write of 8000001f FAULT at 6013d4 [ IBUS ]
[ 7418.036636] nouveau 0000:01:00.0: DRM: resuming client object trees...
[ 7423.484189] nouveau 0000:01:00.0: DRM: evicting buffers...
[ 7423.484193] nouveau 0000:01:00.0: DRM: waiting for kernel channels to go idle...
[ 7423.484232] nouveau 0000:01:00.0: DRM: suspending client object trees...
[ 7423.489999] nouveau 0000:01:00.0: DRM: suspending kernel object tree...
 



anonyme a écrit :

si avec nouveau ça ne fonctionne pas , peut être installer le driver nonfree nvidia des dépôts
tu a posté des log ou nouveau semblait correct
a partir de l'invite de connexion , a partir du petit engrenage (en dessous du mdp) que tu lance bien le bureau sous X (pas wayland)
tu ne doit pas avoir de log dans /var/log/Xorg.0.log
ton log doit être dans /home/tonuser/.local/share/xorg/Xorg.0.log



Pour la suite je vais voir ça un peu plus tard... faut que je m'absente... mais je reviens hein...


anonyme a écrit :

pour ton sources.list (quelques modifications)


deb http://deb.debian.org/debian/ stretch main contrib non-free
#deb-src http://deb.debian.org/debian/ stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian/ stretch-updates main contrib non-free

# Debian Stretch, dépôt de rétroportages ("backports")
deb http://deb.debian.org/debian/ stretch-backports main contrib non-free
 



pour installer bumblebee-nvidia (driver propriétaire nvidia) voir le #11  ici  => https://debian-facile.org/viewtopic.php?id=23860

sur ton #49 , smolski te répond pour vérifier le bureau utilisé , gnome par défaut propose 3 ou 4 bureaux
wayland , gnome classic , gnome sous X , etc .....
a partir du petit engrenage (le choix est permanent ) tu sélectionne celui que tu désire.

#16 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 10:15:36

Sillard

anonyme a écrit :

Bonjour

ok donc en définitive je ne peux pas gérer l'affichage sur mes écrans seulement par le biais de ma carte graphique.
c'est le gpu intel qui s'en charge et ensuite quand il a besoin de renfort le gpu nvidia prend le relais.

c'est bien cela?



oui la carte nvidia est un gpu auxilliaire pour donner un peu plus de puissance quand c'est nécessaire avec "optirun"

[  469.653918] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NOUVEAU(0): [drm] failed to set drm interface version.


avec nouveau , il semble que les DRM ne sont pas correctes  => EE signale bien une erreur
je me souvient plus si tu a installé le firmware-misc-nonfree


apt-get --reinstall install firmware-misc-nonfree
 



je viens de l'installer et j'ai retesté :

optirun glxinfo -B


[ 8412.102835] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NOUVEAU(0): [drm] failed to set drm interface version.

[ 8412.102891] [ERROR]Aborting because fallback start is disabled.
 



même message.

#17 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 08:08:45

Sillard

anonyme a écrit :


tu peu installer bumblebee en libre avec cette commande


apt-get install bumblebee primus
 



FAIT

anonyme a écrit :

ajouter ton user au groupe bumblebee


adduser $USER bumblebee
 


nota: $USER a remplacé par le nom de ton utilisateur sur l'invite de connexion
faire un reboot peut être



FAIT

anonyme a écrit :

et tester a nouveau (en user)


optirun glxinfo -B
 



optirun glxinfo -B


[  469.653918] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NOUVEAU(0): [drm] failed to set drm interface version.

[  469.653969] [ERROR]Aborting because fallback start is disabled.
 


Il semble qu'il n'arrive pas à accéder à ma carte graphique? c'est bien cela.


anonyme a écrit :

susur ton #45 le log dans /var/log/Xorg.0.log ne doit pas existé


rm /var/log/Xorg.*
 


tu surveillera qu il n'est pas recréer
gdm3 l' envoie dans /home/user/.local/share/xorg/
c'est celui la qui nous intéresse



FAIT

anonyme a écrit :

pour ton #46 oui c'est normal , le gpu nvidia est la pour épauler le gpu intel quand il faut plus de puissance
lspci renvoie => VGA pour intel (gpu principal ) et 3D pour nvidia (gpu secondaire)
par exemple pour lancer un jeux


optirun monjeux
 


qui va utiliser ton gpu nvidia pour "monjeux"

toutes tes sorties vidéo sont sur le gpu intel par défaut
donc avec uniquement l'écran du portable
lancer firefox tu sera sur ton gpu intel sur ton écran de portable
lancer "optirun firefox" tu sera sur ton gpu 3D nvidia sur  ton écran de portable
si tu utilise un écran externe , il faut décider si c'est l'écran 0 ou 1 (en étendu ou clone)

donc pour commencer faire les tests uniquement sur l'écran du portable (écran externe débranché avant d' allumer l'ordinateur )

donc pour finir tu n'a qu' un gpu , avec un switch entre intel et nvidia pour avoir plus de puissance
pourquoi ce switch pour économiser la batterie , sans l'utilisation de "optirun" tu utilise le gpu intel qui consomme beaucoup moins.

je sais pas si c'est clair pour toi ?  smile



ok donc en définitive je ne peux pas gérer l'affichage sur mes écrans seulement par le biais de ma carte graphique.
c'est le gpu intel qui s'en charge et ensuite quand il a besoin de renfort le gpu nvidia prend le relais.

c'est bien cela?

#18 Re : Autres » [Résolu] Demarrage bloqué » 09-03-2019 07:19:34

Sillard

anonyme a écrit :

Re
tu a deux bureaux ?  (gnome et ? )
je vois un log correct sous /var/log/Xorg.0.log daté de hier (le 07/03 )
et un daté d 'aujourd'hui (08/03 ) dans ton /home qui est mauvais

de ton #45

remarque:
sur un portable a deux gpu ( avec bumblebee ) , bumblebee a été écrit pour être utilisé avec X (pas avec Wayland)
je n'ai pas le matériel pour tester , mais il reste des zones obscurs dans ta configuration.

la demande est "démarrage bloqué" , c'est toujours le cas ?
sur gdm3 il me semble que l'on peu bloqué wayland (n'utilisé que le serveur X )

quelques idées , mais je suis un peu perdu sur ce fil hmm



Bonjour anonyme

pour ce qui est de ma configuration, je n'ai qu'un seul bureau, enfin il me semble, mais j'aime travailler sur deux écrans, cela me fait un bureau "étendu".

Du coup je ne sais pas pourquoi il y aurait un second gestionnaire de bureau installé, vu que j'ai toujours été sous gnome...

Pour ce qui concerne mon problème de démarrage, il semble "réglé" . je peux demarré avec un ou deux écrans sans soucis.

Je vais donc pouvoir marqué ce post résolu.

Je vais aller faire un tour sur ce post :

https://debian-facile.org/viewtopic.php?id=23860

histoire d'en savoir un peu plus sur bumblebee

#19 Re : Autres » [Résolu] Demarrage bloqué » 08-03-2019 18:09:21

Sillard
mon système ne semble pas trouver ma carte graphique en tant que controler VGA :

lspci _k | grep -A 3 VGA


00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
  Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics Controller
  Kernel driver in use: i915
  Kernel modules: i915
 



par contre il la trouve en tant que controler 3D :

lspci -k


00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
  Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics Controller
  Kernel driver in use: i915
  Kernel modules: i915
root@debian:/home/arno35430# lspci -k
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: ivb_uncore
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
  Kernel driver in use: pcieport
  Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
  Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics Controller
  Kernel driver in use: i915
  Kernel modules: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: xhci_hcd
  Kernel modules: xhci_pci
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: mei_me
  Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: ehci-pci
  Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
  Subsystem: ASUSTeK Computer Inc. 7 Series/C216 Chipset Family High Definition Audio Controller
  Kernel driver in use: snd_hda_intel
  Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
  Kernel driver in use: pcieport
  Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
  Kernel driver in use: pcieport
  Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4)
  Kernel driver in use: pcieport
  Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: ehci-pci
  Kernel modules: ehci_pci
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: lpc_ich
  Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: ahci
  Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: i801_smbus
  Kernel modules: i2c_i801
01:00.0 3D controller: NVIDIA Corporation GK107M [GeForce GT 740M] (rev a1)
  Subsystem: ASUSTeK Computer Inc. GK107M [GeForce GT 740M]
  Kernel driver in use: nouveau
  Kernel modules: nouveau
03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
  Subsystem: AzureWave AR9485 Wireless Network Adapter
  Kernel driver in use: ath9k
  Kernel modules: ath9k
04:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)
  Subsystem: ASUSTeK Computer Inc. N56VZ
  Kernel driver in use: alx
  Kernel modules: alx
 

#20 Re : Autres » [Résolu] Demarrage bloqué » 08-03-2019 17:20:14

Sillard
donc pour en revenir à mes problèmes d'écran

cat ~/.local/share/xorg/Xorg.0.log
 


[    97.186] (--) Log file renamed from "/home/arno35430/.local/share/xorg/Xorg.pid-1019.log" to "/home/arno35430/.local/share/xorg/Xorg.0.log"
[    97.187]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    97.187] X Protocol Version 11, Revision 0
[    97.187] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    97.187] Current Operating System: Linux debian 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
[    97.187] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-8-amd64 root=/dev/mapper/debian--vg-root ro quiet
[    97.187] Build Date: 03 November 2018  03:09:11AM
[    97.187] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[    97.187] Current version of pixman: 0.34.0
[    97.187]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    97.187] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    97.187] (==) Log file: "/home/arno35430/.local/share/xorg/Xorg.0.log", Time: Fri Mar  8 16:00:49 2019
[    97.231] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    97.265] (==) No Layout section.  Using the first Screen section.
[    97.265] (==) No screen section available. Using defaults.
[    97.265] (**) |-->Screen "Default Screen Section" (0)
[    97.265] (**) |   |-->Monitor "<default monitor>"
[    97.285] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[    97.285] (==) Automatically adding devices
[    97.285] (==) Automatically enabling devices
[    97.285] (==) Automatically adding GPU devices
[    97.285] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    97.285] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    97.285]  Entry deleted from font path.
[    97.285] (==) 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
[    97.285] (==) ModulePath set to "/usr/lib/xorg/modules"
[    97.285] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[    97.285] (II) Loader magic: 0x562c89c0be00
[    97.285] (II) Module ABI versions:
[    97.285]  X.Org ANSI C Emulation: 0.4
[    97.285]  X.Org Video Driver: 23.0
[    97.285]  X.Org XInput driver : 24.1
[    97.285]  X.Org Server Extension : 10.0
[    97.287] (++) using VT number 2

[    97.291] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[    97.292] (II) xfree86: Adding drm device (/dev/dri/card0)
[    97.293] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    97.295] (--) PCI:*(0:0:2:0) 8086:0166:1043:1477 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    97.295] (II) LoadModule: "glx"
[    97.296] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    97.305] (II) Module glx: vendor="X.Org Foundation"
[    97.305]  compiled for 1.19.2, module version = 1.0.0
[    97.305]  ABI class: X.Org Server Extension, version 10.0
[    97.305] (==) Matched modesetting as autoconfigured driver 0
[    97.305] (==) Matched fbdev as autoconfigured driver 1
[    97.305] (==) Matched vesa as autoconfigured driver 2
[    97.305] (==) Assigned the driver to the xf86ConfigLayout
[    97.305] (II) LoadModule: "modesetting"
[    97.305] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    97.306] (II) Module modesetting: vendor="X.Org Foundation"
[    97.306]  compiled for 1.19.2, module version = 1.19.2
[    97.306]  Module class: X.Org Video Driver
[    97.306]  ABI class: X.Org Video Driver, version 23.0
[    97.306] (II) LoadModule: "fbdev"
[    97.306] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    97.326] (II) Module fbdev: vendor="X.Org Foundation"
[    97.327]  compiled for 1.19.0, module version = 0.4.4
[    97.327]  Module class: X.Org Video Driver
[    97.327]  ABI class: X.Org Video Driver, version 23.0
[    97.327] (II) LoadModule: "vesa"
[    97.327] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    97.340] (II) Module vesa: vendor="X.Org Foundation"
[    97.340]  compiled for 1.19.0, module version = 2.3.4
[    97.340]  Module class: X.Org Video Driver
[    97.340]  ABI class: X.Org Video Driver, version 23.0
[    97.340] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    97.340] (II) FBDEV: driver for framebuffer: fbdev
[    97.340] (II) VESA: driver for VESA chipsets: vesa
[    97.340] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    97.340] (II) modeset(0): using drv /dev/dri/card0
[    97.340] (WW) Falling back to old probe method for fbdev
[    97.340] (II) Loading sub module "fbdevhw"
[    97.340] (II) LoadModule: "fbdevhw"
[    97.340] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    97.374] (II) Module fbdevhw: vendor="X.Org Foundation"
[    97.374]  compiled for 1.19.2, module version = 0.0.2
[    97.374]  ABI class: X.Org Video Driver, version 23.0
[    97.374] (WW) Falling back to old probe method for vesa
[    97.374] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    97.374] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[    97.374] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    97.374] (==) modeset(0): RGB weight 888
[    97.374] (==) modeset(0): Default visual is TrueColor
[    97.375] (II) Loading sub module "glamoregl"
[    97.375] (II) LoadModule: "glamoregl"
[    97.375] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    97.400] (II) Module glamoregl: vendor="X.Org Foundation"
[    97.400]  compiled for 1.19.2, module version = 1.0.0
[    97.400]  ABI class: X.Org ANSI C Emulation, version 0.4
[    97.400] (II) glamor: OpenGL accelerated X.org driver based.
[    97.417] (II) glamor: EGL version 1.4 (DRI2):
[    97.419] (II) modeset(0): glamor initialized
[    97.419] (II) modeset(0): Output LVDS-1 has no monitor section
[    97.432] (II) modeset(0): Output VGA-1 has no monitor section
[    97.434] (II) modeset(0): Output HDMI-1 has no monitor section
[    97.434] (II) modeset(0): Output DP-1 has no monitor section
[    97.434] (II) modeset(0): EDID for output LVDS-1
[    97.434] (II) modeset(0): Manufacturer: AUO  Model: 129e  Serial#: 0
[    97.434] (II) modeset(0): Year: 2011  Week: 0
[    97.434] (II) modeset(0): EDID Version: 1.4
[    97.434] (II) modeset(0): Digital Display Input
[    97.434] (II) modeset(0): 6 bits per channel
[    97.434] (II) modeset(0): Digital interface is undefined
[    97.434] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    97.434] (II) modeset(0): Gamma: 2.20
[    97.434] (II) modeset(0): No DPMS capabilities specified
[    97.434] (II) modeset(0): Supported color encodings: RGB 4:4:4
[    97.434] (II) modeset(0): First detailed timing is preferred mode
[    97.434] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    97.434] (II) modeset(0): redX: 0.620 redY: 0.340   greenX: 0.325 greenY: 0.570
[    97.434] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    97.434] (II) modeset(0): Manufacturer's mask: 0
[    97.434] (II) modeset(0): Supported detailed timing:
[    97.434] (II) modeset(0): clock: 97.5 MHz   Image Size:  382 x 214 mm
[    97.434] (II) modeset(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1754 h_border: 0
[    97.434] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[    97.434] (II) modeset(0): Unknown vendor-specific block f
[    97.434] (II) modeset(0):  AUO
[    97.434] (II) modeset(0):  B173RTN01.2
[    97.434] (II) modeset(0): EDID (in hex):
[    97.434] (II) modeset(0):   00ffffffffffff0006af9e1200000000
[    97.434] (II) modeset(0):   001501049026157802c4959e57539226
[    97.434] (II) modeset(0):   0f505400000001010101010101010101
[    97.434] (II) modeset(0):   0101010101011b26409a60841a303020
[    97.434] (II) modeset(0):   36007ed6100000180000000f00000000
[    97.434] (II) modeset(0):   00000000000000000020000000fe0041
[    97.434] (II) modeset(0):   554f0a202020202020202020000000fe
[    97.434] (II) modeset(0):   004231373352544e30312e32200a00e5
[    97.434] (II) modeset(0): Printing probed modes for output LVDS-1
[    97.434] (II) modeset(0): Modeline "1600x900"x60.1   97.55  1600 1648 1680 1754  900 903 909 926 -hsync -vsync (55.6 kHz eP)
[    97.434] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    97.434] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    97.434] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    97.434] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    97.434] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    97.434] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    97.434] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    97.434] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    97.434] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    97.434] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    97.434] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    97.434] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    97.434] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    97.434] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    97.434] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    97.434] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    97.434] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    97.435] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    97.435] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    97.435] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    97.435] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    97.435] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    97.435] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    97.435] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    97.435] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    97.435] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    97.435] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    97.435] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    97.435] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    97.448] (II) modeset(0): EDID for output VGA-1
[    97.448] (II) modeset(0): Manufacturer: PHL  Model: 82f  Serial#: 311269
[    97.448] (II) modeset(0): Year: 2005  Week: 45
[    97.448] (II) modeset(0): EDID Version: 1.3
[    97.448] (II) modeset(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    97.448] (II) modeset(0): Signal levels configurable
[    97.448] (II) modeset(0): Sync:  Separate  Composite  SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
[    97.448] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    97.448] (II) modeset(0): Gamma: 2.20
[    97.448] (II) modeset(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    97.448] (II) modeset(0): Default color space is primary color space
[    97.448] (II) modeset(0): First detailed timing is preferred mode
[    97.448] (II) modeset(0): redX: 0.638 redY: 0.345   greenX: 0.283 greenY: 0.609
[    97.448] (II) modeset(0): blueX: 0.142 blueY: 0.067   whiteX: 0.309 whiteY: 0.328
[    97.448] (II) modeset(0): Supported established timings:
[    97.448] (II) modeset(0): 720x400@70Hz
[    97.448] (II) modeset(0): 640x480@60Hz
[    97.448] (II) modeset(0): 640x480@67Hz
[    97.448] (II) modeset(0): 640x480@72Hz
[    97.448] (II) modeset(0): 640x480@75Hz
[    97.448] (II) modeset(0): 800x600@56Hz
[    97.448] (II) modeset(0): 800x600@60Hz
[    97.448] (II) modeset(0): 800x600@72Hz
[    97.448] (II) modeset(0): 800x600@75Hz
[    97.448] (II) modeset(0): 832x624@75Hz
[    97.448] (II) modeset(0): 1024x768@60Hz
[    97.448] (II) modeset(0): 1024x768@70Hz
[    97.448] (II) modeset(0): 1024x768@75Hz
[    97.448] (II) modeset(0): 1280x1024@75Hz
[    97.448] (II) modeset(0): 1152x864@75Hz
[    97.448] (II) modeset(0): Manufacturer's mask: 0
[    97.448] (II) modeset(0): Supported standard timings:
[    97.448] (II) modeset(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    97.448] (II) modeset(0): Supported detailed timing:
[    97.448] (II) modeset(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[    97.448] (II) modeset(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    97.448] (II) modeset(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    97.448] (II) modeset(0): Serial No:  BZ  311269
[    97.448] (II) modeset(0): Monitor name: Philips 190S
[    97.448] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[    97.448] (II) modeset(0): EDID (in hex):
[    97.448] (II) modeset(0):   00ffffffffffff00410c2f08e5bf0400
[    97.448] (II) modeset(0):   2d0f01031f261e78ee5850a358489c24
[    97.448] (II) modeset(0):   114f54bfef8081800101010101010101
[    97.448] (II) modeset(0):   010101010101302a009851002a403070
[    97.448] (II) modeset(0):   1300520e1100001e000000ff0020425a
[    97.448] (II) modeset(0):   20203331313236390a20000000fc0050
[    97.448] (II) modeset(0):   68696c69707320313930530a000000fd
[    97.448] (II) modeset(0):   00384c1e530e000a2020202020200035
[    97.448] (II) modeset(0): Printing probed modes for output VGA-1
[    97.448] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    97.448] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    97.448] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    97.448] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    97.448] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    97.448] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    97.448] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    97.448] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    97.448] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    97.448] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    97.448] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    97.448] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    97.448] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    97.448] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    97.448] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    97.448] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    97.450] (II) modeset(0): EDID for output HDMI-1
[    97.450] (II) modeset(0): EDID for output DP-1
[    97.450] (II) modeset(0): Output LVDS-1 connected
[    97.450] (II) modeset(0): Output VGA-1 connected
[    97.450] (II) modeset(0): Output HDMI-1 disconnected
[    97.450] (II) modeset(0): Output DP-1 disconnected
[    97.450] (II) modeset(0): Using spanning desktop for initial modes
[    97.450] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
[    97.450] (II) modeset(0): Output VGA-1 using initial mode 1280x1024 +1600+0
[    97.450] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    97.450] (==) modeset(0): DPI set to (96, 96)
[    97.450] (II) Loading sub module "fb"
[    97.450] (II) LoadModule: "fb"
[    97.450] (II) Loading /usr/lib/xorg/modules/libfb.so
[    97.456] (II) Module fb: vendor="X.Org Foundation"
[    97.456]  compiled for 1.19.2, module version = 1.0.0
[    97.456]  ABI class: X.Org ANSI C Emulation, version 0.4
[    97.456] (II) UnloadModule: "fbdev"
[    97.456] (II) Unloading fbdev
[    97.456] (II) UnloadSubModule: "fbdevhw"
[    97.456] (II) Unloading fbdevhw
[    97.456] (II) UnloadModule: "vesa"
[    97.456] (II) Unloading vesa
[    97.456] (==) Depth 24 pixmap format is 32 bpp
[    97.526] (==) modeset(0): Backing store enabled
[    97.526] (==) modeset(0): Silken mouse enabled
[    97.527] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    97.527] (==) modeset(0): DPMS enabled
[    97.527] (II) modeset(0): [DRI2] Setup complete
[    97.527] (II) modeset(0): [DRI2]   DRI driver: i965
[    97.527] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    97.527] (--) RandR disabled
[    97.530] (II) SELinux: Disabled on system
[    97.534] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    97.534] (II) AIGLX: enabled GLX_ARB_create_context
[    97.534] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    97.534] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    97.534] (II) AIGLX: enabled GLX_INTEL_swap_event
[    97.534] (II) AIGLX: enabled GLX_SGI_swap_control
[    97.534] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    97.534] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    97.534] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    97.534] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    97.534] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    97.535] (II) AIGLX: Loaded and initialized i965
[    97.535] (II) GLX: Initialized DRI2 GL provider for screen 0
[    97.536] (II) modeset(0): Damage tracking initialized
[    97.536] (II) modeset(0): Setting screen physical size to 762 x 270
[    97.582] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    97.582] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    97.582] (II) LoadModule: "libinput"
[    97.582] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    97.594] (II) Module libinput: vendor="X.Org Foundation"
[    97.594]  compiled for 1.19.0, module version = 0.23.0
[    97.594]  Module class: X.Org XInput Driver
[    97.594]  ABI class: X.Org XInput driver, version 24.1
[    97.594] (II) Using input driver 'libinput' for 'Power Button'
[    97.595] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[    97.595] (**) Power Button: always reports core events
[    97.595] (**) Option "Device" "/dev/input/event6"
[    97.595] (**) Option "_source" "server/udev"
[    97.595] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[    97.595] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[    97.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event6"
[    97.596] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    97.596] (**) Option "xkb_model" "pc105"
[    97.596] (**) Option "xkb_layout" "fr"
[    97.596] (**) Option "xkb_variant" "latin9"
[    97.622] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[    97.622] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[    97.622] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event7)
[    97.622] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    97.623] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    97.623] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[    97.623] (**) Asus Wireless Radio Control: always reports core events
[    97.624] (**) Option "Device" "/dev/input/event7"
[    97.624] (**) Option "_source" "server/udev"
[    97.624] (II) input device 'Asus Wireless Radio Control', /dev/input/event7 is tagged by udev as: Keyboard
[    97.624] (II) input device 'Asus Wireless Radio Control', /dev/input/event7 is a keyboard
[    97.624] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input14/event7"
[    97.624] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    97.624] (**) Option "xkb_model" "pc105"
[    97.624] (**) Option "xkb_layout" "fr"
[    97.624] (**) Option "xkb_variant" "latin9"
[    97.625] (II) input device 'Asus Wireless Radio Control', /dev/input/event7 is tagged by udev as: Keyboard
[    97.625] (II) input device 'Asus Wireless Radio Control', /dev/input/event7 is a keyboard
[    97.625] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    97.625] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    97.625] (II) Using input driver 'libinput' for 'Video Bus'
[    97.626] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 25 paused 0
[    97.626] (**) Video Bus: always reports core events
[    97.626] (**) Option "Device" "/dev/input/event10"
[    97.626] (**) Option "_source" "server/udev"
[    97.627] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[    97.627] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[    97.627] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17/event10"
[    97.627] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    97.627] (**) Option "xkb_model" "pc105"
[    97.627] (**) Option "xkb_layout" "fr"
[    97.627] (**) Option "xkb_variant" "latin9"
[    97.627] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[    97.627] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[    97.628] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    97.628] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    97.628] (II) Using input driver 'libinput' for 'Video Bus'
[    97.629] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 26 paused 0
[    97.629] (**) Video Bus: always reports core events
[    97.629] (**) Option "Device" "/dev/input/event9"
[    97.629] (**) Option "_source" "server/udev"
[    97.629] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[    97.629] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[    97.629] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input16/event9"
[    97.629] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    97.629] (**) Option "xkb_model" "pc105"
[    97.629] (**) Option "xkb_layout" "fr"
[    97.629] (**) Option "xkb_variant" "latin9"
[    97.630] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[    97.630] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[    97.630] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    97.630] (II) No input driver specified, ignoring this device.
[    97.630] (II) This device may have been added with another device file.
[    97.631] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    97.631] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    97.631] (II) Using input driver 'libinput' for 'Sleep Button'
[    97.632] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[    97.632] (**) Sleep Button: always reports core events
[    97.632] (**) Option "Device" "/dev/input/event5"
[    97.632] (**) Option "_source" "server/udev"
[    97.632] (II) input device 'Sleep Button', /dev/input/event5 is tagged by udev as: Keyboard
[    97.632] (II) input device 'Sleep Button', /dev/input/event5 is a keyboard
[    97.632] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event5"
[    97.632] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    97.632] (**) Option "xkb_model" "pc105"
[    97.632] (**) Option "xkb_layout" "fr"
[    97.632] (**) Option "xkb_variant" "latin9"
[    97.633] (II) input device 'Sleep Button', /dev/input/event5 is tagged by udev as: Keyboard
[    97.633] (II) input device 'Sleep Button', /dev/input/event5 is a keyboard
[    97.633] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event1)
[    97.633] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    97.633] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[    97.692] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[    97.692] (**) USB Optical Mouse: always reports core events
[    97.692] (**) Option "Device" "/dev/input/event1"
[    97.692] (**) Option "_source" "server/udev"
[    97.693] (II) input device 'USB Optical Mouse', /dev/input/event1 is tagged by udev as: Mouse
[    97.693] (II) input device 'USB Optical Mouse', /dev/input/event1 is a pointer caps
[    97.693] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:1BCF:0005.0001/input/input9/event1"
[    97.693] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 11)
[    97.693] (**) Option "AccelerationScheme" "none"
[    97.693] (**) USB Optical Mouse: (accel) selected scheme none/0
[    97.693] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    97.693] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    97.694] (II) input device 'USB Optical Mouse', /dev/input/event1 is tagged by udev as: Mouse
[    97.694] (II) input device 'USB Optical Mouse', /dev/input/event1 is a pointer caps
[    97.695] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    97.695] (II) No input driver specified, ignoring this device.
[    97.695] (II) This device may have been added with another device file.
[    97.695] (II) config/udev: Adding input device ASUS USB2.0 Webcam (/dev/input/event11)
[    97.695] (**) ASUS USB2.0 Webcam: Applying InputClass "libinput keyboard catchall"
[    97.695] (II) Using input driver 'libinput' for 'ASUS USB2.0 Webcam'
[    97.696] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 29 paused 0
[    97.696] (**) ASUS USB2.0 Webcam: always reports core events
[    97.696] (**) Option "Device" "/dev/input/event11"
[    97.696] (**) Option "_source" "server/udev"
[    97.697] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event11 is tagged by udev as: Keyboard
[    97.697] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event11 is a keyboard
[    97.697] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input18/event11"
[    97.697] (II) XINPUT: Adding extended input device "ASUS USB2.0 Webcam" (type: KEYBOARD, id 12)
[    97.697] (**) Option "xkb_model" "pc105"
[    97.697] (**) Option "xkb_layout" "fr"
[    97.697] (**) Option "xkb_variant" "latin9"
[    97.698] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event11 is tagged by udev as: Keyboard
[    97.698] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event11 is a keyboard
[    97.698] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
[    97.698] (II) No input driver specified, ignoring this device.
[    97.698] (II) This device may have been added with another device file.
[    97.698] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    97.698] (II) No input driver specified, ignoring this device.
[    97.699] (II) This device may have been added with another device file.
[    97.699] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[    97.699] (II) No input driver specified, ignoring this device.
[    97.699] (II) This device may have been added with another device file.
[    97.699] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    97.699] (II) No input driver specified, ignoring this device.
[    97.699] (II) This device may have been added with another device file.
[    97.700] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[    97.700] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    97.700] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    97.700] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[    97.700] (**) Asus WMI hotkeys: always reports core events
[    97.700] (**) Option "Device" "/dev/input/event8"
[    97.700] (**) Option "_source" "server/udev"
[    97.701] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is tagged by udev as: Keyboard
[    97.701] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is a keyboard
[    97.701] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event8"
[    97.701] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    97.701] (**) Option "xkb_model" "pc105"
[    97.701] (**) Option "xkb_layout" "fr"
[    97.701] (**) Option "xkb_variant" "latin9"
[    97.702] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is tagged by udev as: Keyboard
[    97.702] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is a keyboard
[    97.702] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    97.702] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    97.702] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    97.703] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
[    97.703] (**) AT Translated Set 2 keyboard: always reports core events
[    97.703] (**) Option "Device" "/dev/input/event0"
[    97.703] (**) Option "_source" "server/udev"
[    97.703] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    97.703] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    97.703] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    97.703] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    97.703] (**) Option "xkb_model" "pc105"
[    97.703] (**) Option "xkb_layout" "fr"
[    97.703] (**) Option "xkb_variant" "latin9"
[    97.704] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    97.704] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    97.704] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event2)
[    97.704] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[    97.704] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[    97.705] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 32 paused 0
[    97.705] (**) ETPS/2 Elantech Touchpad: always reports core events
[    97.705] (**) Option "Device" "/dev/input/event2"
[    97.705] (**) Option "_source" "server/udev"
[    97.705] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is tagged by udev as: Touchpad
[    97.705] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is a touchpad
[    97.706] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input8/event2"
[    97.706] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[    97.706] (**) Option "AccelerationScheme" "none"
[    97.706] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[    97.706] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    97.706] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    97.706] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is tagged by udev as: Touchpad
[    97.706] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is a touchpad
[    97.707] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    97.707] (II) No input driver specified, ignoring this device.
[    97.707] (II) This device may have been added with another device file.
[    97.707] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    97.707] (II) No input driver specified, ignoring this device.
[    97.707] (II) This device may have been added with another device file.
[   100.537] (II) modeset(0): EDID vendor "PHL", prod id 2095
[   100.537] (II) modeset(0): Using EDID range info for horizontal sync
[   100.537] (II) modeset(0): Using EDID range info for vertical refresh
[   100.537] (II) modeset(0): Printing DDC gathered Modelines:
[   100.537] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   100.537] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   100.537] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   100.537] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   100.537] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   100.537] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   100.537] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   100.537] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   100.537] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   100.537] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   100.537] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   100.537] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   100.537] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   100.537] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   100.537] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   100.537] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   106.819] (II) modeset(0): EDID vendor "PHL", prod id 2095
[   106.819] (II) modeset(0): Using hsync ranges from config file
[   106.819] (II) modeset(0): Using vrefresh ranges from config file
[   106.819] (II) modeset(0): Printing DDC gathered Modelines:
[   106.819] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   106.819] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   106.819] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   106.819] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   106.819] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   106.819] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   106.819] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   106.819] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   106.819] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   106.819] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   106.819] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   106.819] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   106.819] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   106.819] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   106.819] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   106.819] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   109.897] (II) modeset(0): EDID vendor "PHL", prod id 2095
[   110.017] (II) modeset(0): Using hsync ranges from config file
[   110.017] (II) modeset(0): Using vrefresh ranges from config file
[   110.017] (II) modeset(0): Printing DDC gathered Modelines:
[   110.017] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   110.017] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   110.017] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   110.017] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   110.017] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   110.017] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   110.017] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   110.017] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   110.017] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   110.017] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   110.017] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   110.017] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   110.017] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   110.017] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   110.017] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   110.017] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   223.700] (II) modeset(0): EDID vendor "PHL", prod id 2095
[   223.700] (II) modeset(0): Using hsync ranges from config file
[   223.700] (II) modeset(0): Using vrefresh ranges from config file
[   223.700] (II) modeset(0): Printing DDC gathered Modelines:
[   223.700] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   223.700] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   223.700] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   223.700] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   223.700] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   223.701] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   223.701] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   223.701] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   223.701] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   223.701] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   223.701] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   223.701] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   223.701] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   223.701] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   223.701] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   223.701] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   223.716] (II) modeset(0): EDID vendor "PHL", prod id 2095
[   223.716] (II) modeset(0): Using hsync ranges from config file
[   223.716] (II) modeset(0): Using vrefresh ranges from config file
[   223.716] (II) modeset(0): Printing DDC gathered Modelines:
[   223.716] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   223.716] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   223.716] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   223.716] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   223.716] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   223.716] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   223.716] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   223.716] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   223.716] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   223.716] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   223.716] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   223.716] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   223.716] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   223.716] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   223.716] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   223.716] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   223.718] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
[   223.718] (II) config/udev: Adding drm device (/dev/dri/card1)
[   223.718] (II) xfree86: Adding drm device (/dev/dri/card1)
[   224.003] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 54 paused 0
[   224.003] (II) LoadModule: "modesetting"
[   224.003] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   224.003] (II) Module modesetting: vendor="X.Org Foundation"
[   224.003]  compiled for 1.19.2, module version = 1.19.2
[   224.003]  Module class: X.Org Video Driver
[   224.003]  ABI class: X.Org Video Driver, version 23.0
[   224.003] (II) UnloadModule: "modesetting"
[   224.003] (II) Unloading modesetting
[   224.003] (II) Failed to load module "modesetting" (already loaded, 0)
[   224.003] (II) modeset(G0): using drv /dev/dri/card1
[   224.022] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   224.022] (==) modeset(G0): RGB weight 888
[   224.022] (==) modeset(G0): Default visual is TrueColor
[   224.022] (II) Loading sub module "glamoregl"
[   224.022] (II) LoadModule: "glamoregl"
[   224.022] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   224.022] (II) Module glamoregl: vendor="X.Org Foundation"
[   224.022]  compiled for 1.19.2, module version = 1.0.0
[   224.022]  ABI class: X.Org ANSI C Emulation, version 0.4
[   224.022] (II) glamor: OpenGL accelerated X.org driver based.
[   224.501] (II) glamor: EGL version 1.4 (DRI2):
[   224.653] (II) modeset(G0): glamor initialized
[   224.653] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   224.653] (**) modeset(G0): Display dimensions: (380, 300) mm
[   224.653] (**) modeset(G0): DPI set to (68, 65)
[   224.653] (II) Loading sub module "fb"
[   224.653] (II) LoadModule: "fb"
[   224.653] (II) Loading /usr/lib/xorg/modules/libfb.so
[   224.653] (II) Module fb: vendor="X.Org Foundation"
[   224.653]  compiled for 1.19.2, module version = 1.0.0
[   224.653]  ABI class: X.Org ANSI C Emulation, version 0.4
[   224.787] (==) modeset(G0): Backing store enabled
[   224.787] (==) modeset(G0): Silken mouse enabled
[   224.787] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   224.788] (==) modeset(G0): DPMS enabled
[   224.788] (II) modeset(G0): [DRI2] Setup complete
[   224.788] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[   224.788] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[   224.789] (II) modeset(G0): Damage tracking initialized
[   224.790] xf86: found device 2
[   224.806] (II) modeset(0): EDID vendor "PHL", prod id 2095
[   224.806] (II) modeset(0): Using hsync ranges from config file
[   224.806] (II) modeset(0): Using vrefresh ranges from config file
[   224.806] (II) modeset(0): Printing DDC gathered Modelines:
[   224.806] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   224.806] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   224.806] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   224.806] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   224.806] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   224.806] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   224.806] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   224.806] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   224.806] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   224.806] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   224.806] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   224.806] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   224.806] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   224.806] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   224.806] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   224.806] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
 





et

cat /var/log/Xorg.0.log


[ 12278.853]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 12278.858] X Protocol Version 11, Revision 0
[ 12278.860] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 12278.862] Current Operating System: Linux debian 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
[ 12278.862] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-8-amd64 root=/dev/mapper/debian--vg-root ro single
[ 12278.865] Build Date: 03 November 2018  03:09:11AM
[ 12278.867] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[ 12278.869] Current version of pixman: 0.34.0
[ 12278.872]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[ 12278.872] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12278.879] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar  7 17:13:39 2019
[ 12278.903] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12278.945] (==) No Layout section.  Using the first Screen section.
[ 12278.946] (==) No screen section available. Using defaults.
[ 12278.946] (**) |-->Screen "Default Screen Section" (0)
[ 12278.946] (**) |   |-->Monitor "<default monitor>"
[ 12278.965] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[ 12278.965] (==) Automatically adding devices
[ 12278.965] (==) Automatically enabling devices
[ 12278.965] (==) Automatically adding GPU devices
[ 12278.965] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 12279.020] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 12279.020]  Entry deleted from font path.
[ 12279.067] (==) 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
[ 12279.067] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12279.067] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12279.067] (II) Loader magic: 0x5557ce2f1e00
[ 12279.067] (II) Module ABI versions:
[ 12279.067]  X.Org ANSI C Emulation: 0.4
[ 12279.067]  X.Org Video Driver: 23.0
[ 12279.067]  X.Org XInput driver : 24.1
[ 12279.067]  X.Org Server Extension : 10.0
[ 12279.067] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[ 12279.067] (++) using VT number 1

[ 12279.069] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 12279.069] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 12279.073] (--) PCI:*(0:0:2:0) 8086:0166:1043:1477 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 12279.073] (--) PCI: (0:1:0:0) 10de:0fdf:1043:1477 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 12279.073] (II) LoadModule: "glx"
[ 12279.082] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12279.305] (II) Module glx: vendor="X.Org Foundation"
[ 12279.305]  compiled for 1.19.2, module version = 1.0.0
[ 12279.305]  ABI class: X.Org Server Extension, version 10.0
[ 12279.305] (==) Matched nouveau as autoconfigured driver 0
[ 12279.305] (==) Matched nv as autoconfigured driver 1
[ 12279.305] (==) Matched modesetting as autoconfigured driver 2
[ 12279.305] (==) Matched fbdev as autoconfigured driver 3
[ 12279.305] (==) Matched vesa as autoconfigured driver 4
[ 12279.305] (==) Assigned the driver to the xf86ConfigLayout
[ 12279.305] (II) LoadModule: "nouveau"
[ 12279.306] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 12279.342] (II) Module nouveau: vendor="X.Org Foundation"
[ 12279.342]  compiled for 1.19.3, module version = 1.0.13
[ 12279.342]  Module class: X.Org Video Driver
[ 12279.342]  ABI class: X.Org Video Driver, version 23.0
[ 12279.342] (II) LoadModule: "nv"
[ 12279.342] (WW) Warning, couldn't open module nv
[ 12279.342] (II) UnloadModule: "nv"
[ 12279.342] (II) Unloading nv
[ 12279.342] (EE) Failed to load module "nv" (module does not exist, 0)
[ 12279.342] (II) LoadModule: "modesetting"
[ 12279.342] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 12279.343] (II) Module modesetting: vendor="X.Org Foundation"
[ 12279.344]  compiled for 1.19.2, module version = 1.19.2
[ 12279.344]  Module class: X.Org Video Driver
[ 12279.344]  ABI class: X.Org Video Driver, version 23.0
[ 12279.344] (II) LoadModule: "fbdev"
[ 12279.344] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 12279.352] (II) Module fbdev: vendor="X.Org Foundation"
[ 12279.352]  compiled for 1.19.0, module version = 0.4.4
[ 12279.352]  Module class: X.Org Video Driver
[ 12279.352]  ABI class: X.Org Video Driver, version 23.0
[ 12279.352] (II) LoadModule: "vesa"
[ 12279.352] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 12279.365] (II) Module vesa: vendor="X.Org Foundation"
[ 12279.365]  compiled for 1.19.0, module version = 2.3.4
[ 12279.365]  Module class: X.Org Video Driver
[ 12279.365]  ABI class: X.Org Video Driver, version 23.0
[ 12279.365] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[ 12279.365] (II) NOUVEAU driver for NVIDIA chipset families :
[ 12279.365]  RIVA TNT        (NV04)
[ 12279.365]  RIVA TNT2       (NV05)
[ 12279.365]  GeForce 256     (NV10)
[ 12279.365]  GeForce 2       (NV11, NV15)
[ 12279.365]  GeForce 4MX     (NV17, NV18)
[ 12279.365]  GeForce 3       (NV20)
[ 12279.365]  GeForce 4Ti     (NV25, NV28)
[ 12279.365]  GeForce FX      (NV3x)
[ 12279.365]  GeForce 6       (NV4x)
[ 12279.365]  GeForce 7       (G7x)
[ 12279.365]  GeForce 8       (G8x)
[ 12279.365]  GeForce GTX 200 (NVA0)
[ 12279.365]  GeForce GTX 400 (NVC0)
[ 12279.365] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 12279.365] (II) FBDEV: driver for framebuffer: fbdev
[ 12279.365] (II) VESA: driver for VESA chipsets: vesa
[ 12279.366] (II) [drm] nouveau interface version: 1.3.1
[ 12279.371] (II) modeset(0): using drv /dev/dri/card0
[ 12279.371] (WW) Falling back to old probe method for fbdev
[ 12279.371] (II) Loading sub module "fbdevhw"
[ 12279.371] (II) LoadModule: "fbdevhw"
[ 12279.372] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 12279.399] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 12279.400]  compiled for 1.19.2, module version = 0.0.2
[ 12279.400]  ABI class: X.Org Video Driver, version 23.0
[ 12279.400] (WW) Falling back to old probe method for vesa
[ 12279.400] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[ 12279.400] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 12279.400] (==) modeset(0): RGB weight 888
[ 12279.400] (==) modeset(0): Default visual is TrueColor
[ 12279.400] (II) Loading sub module "glamoregl"
[ 12279.400] (II) LoadModule: "glamoregl"
[ 12279.400] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 12279.572] (II) Module glamoregl: vendor="X.Org Foundation"
[ 12279.573]  compiled for 1.19.2, module version = 1.0.0
[ 12279.573]  ABI class: X.Org ANSI C Emulation, version 0.4
[ 12279.573] (II) glamor: OpenGL accelerated X.org driver based.
[ 12279.924] (II) glamor: EGL version 1.4 (DRI2):
[ 12280.092] (II) modeset(0): glamor initialized
[ 12280.093] (II) modeset(0): Output LVDS-1 has no monitor section
[ 12280.094] (II) modeset(0): Output VGA-1 has no monitor section
[ 12280.096] (II) modeset(0): Output HDMI-1 has no monitor section
[ 12280.096] (II) modeset(0): Output DP-1 has no monitor section
[ 12280.096] (II) modeset(0): EDID for output LVDS-1
[ 12280.096] (II) modeset(0): Manufacturer: AUO  Model: 129e  Serial#: 0
[ 12280.096] (II) modeset(0): Year: 2011  Week: 0
[ 12280.096] (II) modeset(0): EDID Version: 1.4
[ 12280.096] (II) modeset(0): Digital Display Input
[ 12280.096] (II) modeset(0): 6 bits per channel
[ 12280.096] (II) modeset(0): Digital interface is undefined
[ 12280.096] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[ 12280.096] (II) modeset(0): Gamma: 2.20
[ 12280.096] (II) modeset(0): No DPMS capabilities specified
[ 12280.096] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 12280.096] (II) modeset(0): First detailed timing is preferred mode
[ 12280.096] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 12280.096] (II) modeset(0): redX: 0.620 redY: 0.340   greenX: 0.325 greenY: 0.570
[ 12280.096] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[ 12280.096] (II) modeset(0): Manufacturer's mask: 0
[ 12280.096] (II) modeset(0): Supported detailed timing:
[ 12280.096] (II) modeset(0): clock: 97.5 MHz   Image Size:  382 x 214 mm
[ 12280.096] (II) modeset(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1754 h_border: 0
[ 12280.096] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[ 12280.096] (II) modeset(0): Unknown vendor-specific block f
[ 12280.096] (II) modeset(0):  AUO
[ 12280.096] (II) modeset(0):  B173RTN01.2
[ 12280.096] (II) modeset(0): EDID (in hex):
[ 12280.096] (II) modeset(0):   00ffffffffffff0006af9e1200000000
[ 12280.096] (II) modeset(0):   001501049026157802c4959e57539226
[ 12280.096] (II) modeset(0):   0f505400000001010101010101010101
[ 12280.096] (II) modeset(0):   0101010101011b26409a60841a303020
[ 12280.096] (II) modeset(0):   36007ed6100000180000000f00000000
[ 12280.096] (II) modeset(0):   00000000000000000020000000fe0041
[ 12280.096] (II) modeset(0):   554f0a202020202020202020000000fe
[ 12280.096] (II) modeset(0):   004231373352544e30312e32200a00e5
[ 12280.096] (II) modeset(0): Printing probed modes for output LVDS-1
[ 12280.096] (II) modeset(0): Modeline "1600x900"x60.1   97.55  1600 1648 1680 1754  900 903 909 926 -hsync -vsync (55.6 kHz eP)
[ 12280.096] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 12280.097] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 12280.097] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 12280.097] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 12280.097] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 12280.097] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 12280.097] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 12280.097] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 12280.097] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 12280.097] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 12280.097] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 12280.097] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 12280.097] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 12280.097] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 12280.097] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 12280.097] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 12280.097] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 12280.097] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 12280.097] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 12280.097] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 12280.097] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 12280.097] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 12280.097] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 12280.097] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 12280.097] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 12280.097] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 12280.097] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 12280.097] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 12280.097] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 12280.098] (II) modeset(0): EDID for output VGA-1
[ 12280.100] (II) modeset(0): EDID for output HDMI-1
[ 12280.100] (II) modeset(0): EDID for output DP-1
[ 12280.100] (II) modeset(0): Output LVDS-1 connected
[ 12280.100] (II) modeset(0): Output VGA-1 disconnected
[ 12280.100] (II) modeset(0): Output HDMI-1 disconnected
[ 12280.100] (II) modeset(0): Output DP-1 disconnected
[ 12280.100] (II) modeset(0): Using exact sizes for initial modes
[ 12280.100] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
[ 12280.100] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12280.100] (==) modeset(0): DPI set to (96, 96)
[ 12280.100] (II) Loading sub module "fb"
[ 12280.100] (II) LoadModule: "fb"
[ 12280.100] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12280.126] (II) Module fb: vendor="X.Org Foundation"
[ 12280.126]  compiled for 1.19.2, module version = 1.0.0
[ 12280.126]  ABI class: X.Org ANSI C Emulation, version 0.4
[ 12280.126] (II) Loading sub module "dri2"
[ 12280.126] (II) LoadModule: "dri2"
[ 12280.126] (II) Module "dri2" already built-in
[ 12280.126] (--) NOUVEAU(G0): Chipset: "NVIDIA NVE7"
[ 12280.126] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[ 12280.126] (==) NOUVEAU(G0): RGB weight 888
[ 12280.126] (==) NOUVEAU(G0): Default visual is TrueColor
[ 12280.126] (==) NOUVEAU(G0): Using HW cursor
[ 12280.126] (==) NOUVEAU(G0): Allowed maximum DRI level 2.
[ 12280.126] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
[ 12280.126] (==) NOUVEAU(G0): Page flipping enabled
[ 12280.126] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
[ 12280.126] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
[ 12280.126] (==) NOUVEAU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 12280.126] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
[ 12280.126] (**) NOUVEAU(G0):  Mode "1600x900": 118.2 MHz (scaled from 0.0 MHz), 56.0 kHz, 59.9 Hz
[ 12280.127] (II) NOUVEAU(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz)
[ 12280.127] (==) NOUVEAU(G0): DPI set to (96, 96)
[ 12280.127] (II) Loading sub module "fb"
[ 12280.127] (II) LoadModule: "fb"
[ 12280.127] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12280.127] (II) Module fb: vendor="X.Org Foundation"
[ 12280.127]  compiled for 1.19.2, module version = 1.0.0
[ 12280.127]  ABI class: X.Org ANSI C Emulation, version 0.4
[ 12280.127] (II) Loading sub module "shadowfb"
[ 12280.127] (II) LoadModule: "shadowfb"
[ 12280.127] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 12280.144] (II) Module shadowfb: vendor="X.Org Foundation"
[ 12280.144]  compiled for 1.19.2, module version = 1.0.0
[ 12280.144]  ABI class: X.Org ANSI C Emulation, version 0.4
[ 12280.144] (II) UnloadModule: "fbdev"
[ 12280.144] (II) Unloading fbdev
[ 12280.144] (II) UnloadSubModule: "fbdevhw"
[ 12280.144] (II) Unloading fbdevhw
[ 12280.144] (II) UnloadModule: "vesa"
[ 12280.144] (II) Unloading vesa
[ 12280.144] (==) Depth 24 pixmap format is 32 bpp
[ 12280.509] (II) NOUVEAU(G0): Channel setup complete.
[ 12280.534] (II) NOUVEAU(G0): [COPY] async initialised.
[ 12280.593] (II) NOUVEAU(G0): Hardware support for Present enabled
[ 12280.593] (II) NOUVEAU(G0): [DRI2] Setup complete
[ 12280.593] (II) NOUVEAU(G0): [DRI2]   DRI driver: nouveau
[ 12280.593] (II) NOUVEAU(G0): [DRI2]   VDPAU driver: nouveau
[ 12280.593] (II) Loading sub module "exa"
[ 12280.593] (II) LoadModule: "exa"
[ 12280.593] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 12280.596] (II) Module exa: vendor="X.Org Foundation"
[ 12280.596]  compiled for 1.19.2, module version = 2.6.0
[ 12280.596]  ABI class: X.Org Video Driver, version 23.0
[ 12280.597] (II) EXA(256): Driver allocated offscreen pixmaps
[ 12280.597] (II) EXA(256): Driver registered support for the following operations:
[ 12280.597] (II)         Solid
[ 12280.597] (II)         Copy
[ 12280.597] (II)         Composite (RENDER acceleration)
[ 12280.597] (II)         UploadToScreen
[ 12280.597] (II)         DownloadFromScreen
[ 12280.597] (==) NOUVEAU(G0): Backing store enabled
[ 12280.597] (==) NOUVEAU(G0): Silken mouse enabled
[ 12280.597] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[ 12280.597] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[ 12280.597] (==) NOUVEAU(G0): DPMS enabled
[ 12280.597] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 12280.745] (==) modeset(0): Backing store enabled
[ 12280.745] (==) modeset(0): Silken mouse enabled
[ 12280.745] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 12280.745] (==) modeset(0): DPMS enabled
[ 12280.745] (II) modeset(0): [DRI2] Setup complete
[ 12280.745] (II) modeset(0): [DRI2]   DRI driver: i965
[ 12280.745] (II) modeset(0): [DRI2]   VDPAU driver: i965
[ 12280.745] (--) RandR disabled
[ 12280.762] (II) SELinux: Disabled on system
[ 12280.767] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 12280.767] (II) AIGLX: enabled GLX_ARB_create_context
[ 12280.767] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 12280.767] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 12280.767] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 12280.767] (II) AIGLX: enabled GLX_SGI_swap_control
[ 12280.768] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 12280.768] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 12280.768] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 12280.768] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 12280.768] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 12280.768] (II) AIGLX: Loaded and initialized i965
[ 12280.768] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 12280.768] (II) NOUVEAU(G0): NVEnterVT is called.
[ 12280.787] (II) modeset(0): Damage tracking initialized
[ 12280.787] (II) modeset(0): Setting screen physical size to 423 x 238
[ 12281.295] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 12281.295] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 12281.295] (II) LoadModule: "libinput"
[ 12281.295] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 12281.592] (II) Module libinput: vendor="X.Org Foundation"
[ 12281.592]  compiled for 1.19.0, module version = 0.23.0
[ 12281.592]  Module class: X.Org XInput Driver
[ 12281.592]  ABI class: X.Org XInput driver, version 24.1
[ 12281.592] (II) Using input driver 'libinput' for 'Power Button'
[ 12281.592] (**) Power Button: always reports core events
[ 12281.592] (**) Option "Device" "/dev/input/event5"
[ 12281.592] (**) Option "_source" "server/udev"
[ 12281.593] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[ 12281.593] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[ 12281.624] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event5"
[ 12281.624] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 12281.624] (**) Option "xkb_model" "pc105"
[ 12281.624] (**) Option "xkb_layout" "fr"
[ 12281.624] (**) Option "xkb_variant" "latin9"
[ 12281.690] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[ 12281.690] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[ 12281.690] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[ 12281.690] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 12281.691] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 12281.691] (**) Asus Wireless Radio Control: always reports core events
[ 12281.691] (**) Option "Device" "/dev/input/event6"
[ 12281.691] (**) Option "_source" "server/udev"
[ 12281.691] (II) input device 'Asus Wireless Radio Control', /dev/input/event6 is tagged by udev as: Keyboard
[ 12281.691] (II) input device 'Asus Wireless Radio Control', /dev/input/event6 is a keyboard
[ 12281.732] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input13/event6"
[ 12281.732] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 12281.732] (**) Option "xkb_model" "pc105"
[ 12281.732] (**) Option "xkb_layout" "fr"
[ 12281.732] (**) Option "xkb_variant" "latin9"
[ 12281.733] (II) input device 'Asus Wireless Radio Control', /dev/input/event6 is tagged by udev as: Keyboard
[ 12281.733] (II) input device 'Asus Wireless Radio Control', /dev/input/event6 is a keyboard
[ 12281.733] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 12281.734] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 12281.734] (II) Using input driver 'libinput' for 'Video Bus'
[ 12281.734] (**) Video Bus: always reports core events
[ 12281.734] (**) Option "Device" "/dev/input/event10"
[ 12281.734] (**) Option "_source" "server/udev"
[ 12281.734] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[ 12281.734] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[ 12281.768] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17/event10"
[ 12281.768] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 12281.768] (**) Option "xkb_model" "pc105"
[ 12281.768] (**) Option "xkb_layout" "fr"
[ 12281.768] (**) Option "xkb_variant" "latin9"
[ 12281.769] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[ 12281.769] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[ 12281.770] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 12281.770] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 12281.770] (II) Using input driver 'libinput' for 'Video Bus'
[ 12281.770] (**) Video Bus: always reports core events
[ 12281.770] (**) Option "Device" "/dev/input/event9"
[ 12281.770] (**) Option "_source" "server/udev"
[ 12281.770] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[ 12281.770] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[ 12281.800] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input16/event9"
[ 12281.800] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 12281.800] (**) Option "xkb_model" "pc105"
[ 12281.800] (**) Option "xkb_layout" "fr"
[ 12281.800] (**) Option "xkb_variant" "latin9"
[ 12281.801] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[ 12281.801] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[ 12281.801] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 12281.802] (II) No input driver specified, ignoring this device.
[ 12281.802] (II) This device may have been added with another device file.
[ 12281.802] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[ 12281.802] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 12281.802] (II) Using input driver 'libinput' for 'Sleep Button'
[ 12281.802] (**) Sleep Button: always reports core events
[ 12281.802] (**) Option "Device" "/dev/input/event4"
[ 12281.802] (**) Option "_source" "server/udev"
[ 12281.803] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 12281.803] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[ 12281.832] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input11/event4"
[ 12281.832] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 12281.832] (**) Option "xkb_model" "pc105"
[ 12281.832] (**) Option "xkb_layout" "fr"
[ 12281.832] (**) Option "xkb_variant" "latin9"
[ 12281.833] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 12281.833] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[ 12281.835] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event1)
[ 12281.835] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 12281.835] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[ 12281.835] (**) USB Optical Mouse: always reports core events
[ 12281.835] (**) Option "Device" "/dev/input/event1"
[ 12281.835] (**) Option "_source" "server/udev"
[ 12281.892] (II) input device 'USB Optical Mouse', /dev/input/event1 is tagged by udev as: Mouse
[ 12281.892] (II) input device 'USB Optical Mouse', /dev/input/event1 is a pointer caps
[ 12281.924] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:1BCF:0005.0001/input/input9/event1"
[ 12281.924] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 11)
[ 12281.924] (**) Option "AccelerationScheme" "none"
[ 12281.924] (**) USB Optical Mouse: (accel) selected scheme none/0
[ 12281.924] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[ 12281.924] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[ 12281.984] (II) input device 'USB Optical Mouse', /dev/input/event1 is tagged by udev as: Mouse
[ 12281.984] (II) input device 'USB Optical Mouse', /dev/input/event1 is a pointer caps
[ 12281.986] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[ 12281.986] (II) No input driver specified, ignoring this device.
[ 12281.986] (II) This device may have been added with another device file.
[ 12281.987] (II) config/udev: Adding input device ASUS USB2.0 Webcam (/dev/input/event15)
[ 12281.987] (**) ASUS USB2.0 Webcam: Applying InputClass "libinput keyboard catchall"
[ 12281.987] (II) Using input driver 'libinput' for 'ASUS USB2.0 Webcam'
[ 12281.987] (**) ASUS USB2.0 Webcam: always reports core events
[ 12281.987] (**) Option "Device" "/dev/input/event15"
[ 12281.987] (**) Option "_source" "server/udev"
[ 12281.988] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event15 is tagged by udev as: Keyboard
[ 12281.988] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event15 is a keyboard
[ 12282.024] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input22/event15"
[ 12282.024] (II) XINPUT: Adding extended input device "ASUS USB2.0 Webcam" (type: KEYBOARD, id 12)
[ 12282.024] (**) Option "xkb_model" "pc105"
[ 12282.024] (**) Option "xkb_layout" "fr"
[ 12282.024] (**) Option "xkb_variant" "latin9"
[ 12282.025] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event15 is tagged by udev as: Keyboard
[ 12282.025] (II) input device 'ASUS USB2.0 Webcam', /dev/input/event15 is a keyboard
[ 12282.026] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[ 12282.026] (II) No input driver specified, ignoring this device.
[ 12282.026] (II) This device may have been added with another device file.
[ 12282.026] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[ 12282.026] (II) No input driver specified, ignoring this device.
[ 12282.026] (II) This device may have been added with another device file.
[ 12282.027] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 12282.027] (II) No input driver specified, ignoring this device.
[ 12282.027] (II) This device may have been added with another device file.
[ 12282.027] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[ 12282.027] (II) No input driver specified, ignoring this device.
[ 12282.027] (II) This device may have been added with another device file.
[ 12282.028] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[ 12282.028] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 12282.028] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 12282.028] (**) Asus WMI hotkeys: always reports core events
[ 12282.028] (**) Option "Device" "/dev/input/event8"
[ 12282.028] (**) Option "_source" "server/udev"
[ 12282.029] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is tagged by udev as: Keyboard
[ 12282.029] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is a keyboard
[ 12282.064] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event8"
[ 12282.064] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[ 12282.064] (**) Option "xkb_model" "pc105"
[ 12282.064] (**) Option "xkb_layout" "fr"
[ 12282.064] (**) Option "xkb_variant" "latin9"
[ 12282.065] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is tagged by udev as: Keyboard
[ 12282.065] (II) input device 'Asus WMI hotkeys', /dev/input/event8 is a keyboard
[ 12282.066] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 12282.066] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 12282.066] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 12282.066] (**) AT Translated Set 2 keyboard: always reports core events
[ 12282.066] (**) Option "Device" "/dev/input/event0"
[ 12282.066] (**) Option "_source" "server/udev"
[ 12282.066] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 12282.066] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 12282.104] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 12282.104] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 12282.104] (**) Option "xkb_model" "pc105"
[ 12282.104] (**) Option "xkb_layout" "fr"
[ 12282.104] (**) Option "xkb_variant" "latin9"
[ 12282.105] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 12282.105] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 12282.106] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event2)
[ 12282.106] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 12282.106] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 12282.106] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 12282.106] (**) Option "Device" "/dev/input/event2"
[ 12282.106] (**) Option "_source" "server/udev"
[ 12282.106] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is tagged by udev as: Touchpad
[ 12282.106] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is a touchpad
[ 12282.136] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input8/event2"
[ 12282.136] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[ 12282.136] (**) Option "AccelerationScheme" "none"
[ 12282.136] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 12282.136] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 12282.136] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 12282.137] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is tagged by udev as: Touchpad
[ 12282.137] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event2 is a touchpad
[ 12282.138] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 12282.138] (II) No input driver specified, ignoring this device.
[ 12282.138] (II) This device may have been added with another device file.
[ 12282.138] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 12282.138] (II) No input driver specified, ignoring this device.
[ 12282.138] (II) This device may have been added with another device file.
[ 12282.164] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[ 12290.713] (II) UnloadModule: "libinput"
[ 12290.713] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.714] (II) UnloadModule: "libinput"
[ 12290.728] (II) NOUVEAU(G0): NVLeaveVT is called.
[ 12291.489] (II) Server terminated successfully (0). Closing log file.
 

#21 Re : Autres » [Résolu] Demarrage bloqué » 08-03-2019 17:04:50

Sillard

smolski a écrit :


Une fois ces lignes ajoutées tu mets ton système à jour avec :

apt-get update && apt-get upgrade



Force et courage



voilà processus de mise à jour et de mise à niveau terminé :

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances      
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
 

#22 Re : Autres » [Résolu] Demarrage bloqué » 08-03-2019 17:00:07

Sillard

smolski a écrit :

Ok pour les sources Sillard.
Je te propose d'y remplacer dans tes sources tous les :

ftp.fr.


par :

deb.


Pour rendre coohérent ton utilisation, d'ajouter un dièse (#) devant toutes les lignes commençant par :

deb-src


Car ce sont des lignes destinées à ceux qui compilent des paquets. Compiler c'est modifier un language informatique par un language adapté à son système.
Enfin, tu peux ajouter les lignes backports (indiquées ci-dessous) ce qui te permettra de préparer la prochaine migration debian vers buster qui aura lieu dans quelques mois.

Les lignes backports stretch :

# Debian Stretch, dépôt de rétroportages ("backports")
deb http://deb.debian.org/debian/ stretch-backports main


Sources :
https://debian-facile.org/doc:apt:sourc … -backports

Une fois ces lignes ajoutées tu mets ton système à jour avec :

apt-get update && apt-get upgrade



Force et courage



bon alors :

j'ai fait les remplacements que tu m'as stipulé :

cat /etc/apt/sources.list


# deb http://deb.debian.org/debian/ stretch main

deb http://deb.debian.org/debian/ stretch main non-free contrib
#deb-src http://deb.debian.org/debian/ stretch main non-free contrib

deb http://security.debian.org/debian-security stretch/updates main non-free contrib
#deb-src http://security.debian.org/debian-security stretch/updates main non-free contrib

# stretch-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ stretch-updates main non-free contrib
#deb-src http://deb.debian.org/debian/ stretch-updates main non-free contrib

# Debian Stretch, dépôt de rétroportages ("backports")
deb http://deb.debian.org/debian/ stretch-backports main

 



voilà, je n'ai plus qu'a mettre à jour

#23 Re : Autres » [Résolu] Demarrage bloqué » 08-03-2019 16:41:47

Sillard

Y316 a écrit :

Sillard a écrit :

du coup est ce que cela pose un problème?

Non et d'autant moins que c'est un composant essentiel.

Sillard a écrit :

Y a t il moyen de l'enlever?

Oui mais je doute que ce soit bénéfique à l'usage de ta machine. En faits, je déconseille fortement.

Sillard a écrit :

je suis donc en version 9.8 stretch

Exact, et c'est ce qu'il faudrait indiquer dans ton profil à la place de 6.3.0 pour éviter toutes confusions.

Cela étant clair et le sources.list vérifié, ...  revenons à nos écrans ... Késadi ?




Bon profil mis à jour.... merci

#24 Re : Autres » [Résolu] Demarrage bloqué » 08-03-2019 16:18:25

Sillard

èfpé a écrit :

Bonjour,

Y316 a écrit :

Ta distribution est : SMP Debian 4.9.144-3.1 (2019-02-19).


Non, ça c'est la version du noyau actif (consultez la sortie de la commande 'uname -v' par exemple).

lsb_release -d


Cette commande, entre autres, affiche correctement le nom et la version de la distribution utilisée !



je suid donc en version 9.8 stretch

#25 Re : Autres » [Résolu] Demarrage bloqué » 08-03-2019 16:17:01

Sillard

smolski a écrit :

@Sillard : Pour éclaircir peux-tu nous donner la copie de tes sources :

cat /etc/apt/sources.list


et pour voir si il n'y a pas d'autres sources, que donne la commande :

ls /etc/apt/sources.list.d/



cat /etc/apt/sources.list


# deb http://ftp.fr.debian.org/debian/ stretch main

deb http://ftp.fr.debian.org/debian/ stretch main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ stretch main non-free contrib

deb http://security.debian.org/debian-security stretch/updates main non-free contrib
deb-src http://security.debian.org/debian-security stretch/updates main non-free contrib

# stretch-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ stretch-updates main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ stretch-updates main non-free contrib
 



ls /etc/apt/sources.list.d/



aucun retour

Pied de page des forums

Propulsé par FluxBB