#26 Le 05/12/2016, à 19:29
- jaceneliot
Re : Problème pad portable
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
MatchDevicePath "/dev/input/event*"
EndSection
Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "on"
EndSection
# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection
# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Disable clickpad buttons on Apple touchpads"
MatchProduct "Apple|bcm5974"
MatchDriver "synaptics"
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
voilà le contenu du fichier pardon.
jaceneliot@Linux-Eliot:~$ dpkg-query --list | grep -E "synaptics | libinput"
ii libinput-tools 1.2.3-1ubuntu1 amd64 input device management and event handling library - command line tools
ii libinput10:amd64 1.2.3-1ubuntu1 amd64 input device management and event handling library - shared library
ii xserver-xorg-input-synaptics 1.8.2-1ubuntu3 amd64 Synaptics TouchPad driver for X.Org server
et voilà pour la commande
Merci
Hors ligne
#27 Le 05/12/2016, à 19:50
- maxire
Re : Problème pad portable
Je vois que synaptics est bien installé et que libinput a disparu.
Que donne:
xinput list
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#28 Le 05/12/2016, à 19:53
- jaceneliot
Re : Problème pad portable
jaceneliot@Linux-Eliot:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Broadcom Corp id=11 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Video Bus id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ Laptop Integrated Webcam id=9 [slave keyboard (3)]
↳ Broadcom Corp id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
↳ Dell WMI hotkeys id=14 [slave keyboard (3)]
jaceneliot@Linux-Eliot:~$
Merci
Hors ligne
#29 Le 05/12/2016, à 20:05
- maxire
Re : Problème pad portable
Mouais, en fait pour que synaptics fonctionne tu devrais avoir ceci:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
....................⎜
⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
......
$
Or je ne vois rien n'indiquant l'utilisation d'un pavé tactile synaptics mais Broadcom corp en plus d'une souris PS2 (connectée au laptop j'imagine?)
À tout hasard donne les propriétés de ce périphérique Broadcom:
xinput --list-props 11
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#30 Le 05/12/2016, à 20:46
- jaceneliot
Re : Problème pad portable
jaceneliot@Linux-Eliot:~$ xinput --list-props 11
Device 'Broadcom Corp':
Device Enabled (143): 1
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (266): 0
Device Accel Constant Deceleration (267): 1.000000
Device Accel Adaptive Deceleration (268): 1.000000
Device Accel Velocity Scaling (269): 10.000000
Device Product ID (262): 2652, 17667
Device Node (263): "/dev/input/event7"
Evdev Axis Inversion (270): 0, 0
Evdev Axes Swap (272): 0
Axis Labels (273): "Rel X" (153), "Rel Y" (154)
Button Labels (274): "Button Left" (146), "Button Middle" (147), "Button Right" (148), "Button Wheel Up" (149), "Button Wheel Down" (150)
Evdev Scrolling Distance (275): 0, 0, 0
Evdev Middle Button Emulation (276): 0
Evdev Middle Button Timeout (277): 50
Evdev Third Button Emulation (278): 0
Evdev Third Button Emulation Timeout (279): 1000
Evdev Third Button Emulation Button (280): 3
Evdev Third Button Emulation Threshold (281): 20
Evdev Wheel Emulation (282): 0
Evdev Wheel Emulation Axes (283): 0, 0, 4, 5
Evdev Wheel Emulation Inertia (284): 10
Evdev Wheel Emulation Timeout (285): 200
Evdev Wheel Emulation Button (286): 4
Evdev Drag Lock Buttons (287): 0
jaceneliot@Linux-Eliot:~$ ^C
jaceneliot@Linux-Eliot:~$
voilà...
Sinon non, je n'ai pas de souris, je ne sais pas... Ca doit être liée....
Hors ligne
#31 Le 05/12/2016, à 21:18
- maxire
Re : Problème pad portable
Bon le périphérique Broadcom ressemble bien à un pavé tactile mais n'est pas compatible synaptics donc autant enlever synaptics et le remplacer par libinput:
apt remove xserver-xorg-input-synaptics
puis
apt install xserver-xorg-input-libinput
Le problème est que les interfaces graphiques actuelles de paramétrage de la souris ne prennent pas en compte celui de libinput (enfin c'est ce que j'ai remarqué avec Mate).
À priori tout se passe ici:
Evdev Wheel Emulation (282): 0
Evdev Wheel Emulation Axes (283): 0, 0, 4, 5
Evdev Wheel Emulation Inertia (284): 10
Evdev Wheel Emulation Timeout (285): 200
Evdev Wheel Emulation Button (286): 4
pour paramétrer la pagination verticale, le problème est que je n'ai pas le mode d'emploi.
Une fois libinput installé donne le contenu de /usr/share/X11/xorg,conf.d:
ls /usr/share/X11/xorg.conf.d
Tu devrais trouver le fichier 40-libinput.conf c'est lui qui permet de paramétrer le pavé tactile au niveau système.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#32 Le 05/12/2016, à 21:46
- jaceneliot
Re : Problème pad portable
Done!
voilà le contenu du dossier mentionné :
EDIT: je ne le vois toujours pas dans les drivers (juste Souris 2p et broadcom) je précise que avant tout marchait bien sans synaptics...C'est le plus bizarre...Sinon y a pas d'autres drivers ou souris émulées? J'en avais essayé une genre "souris p2 scrolling" qui appraissait dans le menu des pavés, mais toujours pas de scoll j'ai désinstallé...
Dernière modification par jaceneliot (Le 05/12/2016, à 21:48)
Hors ligne
#33 Le 05/12/2016, à 22:01
- maxire
Re : Problème pad portable
Plutôt que de donner des images écrans donne le résultat des commandes d'exploration comme ceci par exemple:
$ ls /usr/share/X11/xorg.conf.d
10-evdev.conf 10-quirks.conf 40-libinput.conf 70-synaptics.conf
[$
C'est plus simple.
Maintenant que contient /usr/share/X11/xorg.conf.d/90-libinput.conf?
Le problème avec les gestionnaires de périphériques est que leur comportement par défaut dépend de la fantaisie des développeurs et celle-ci varie en fonction des versions quelquefois.
Pour pallier à ce problème d'instabilité de comportement il est conseillé de créer un fichier de configuration personnel même si le comportement par défaut convient.
J'ai eu ce problème avec synaptics notamment, le comportement du pavé numérique a changé sous Lightdm et j'ai mis du temps à comprendre pourquoi.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#34 Le 05/12/2016, à 22:19
- jaceneliot
Re : Problème pad portable
J'essayerais la prochaine fois si j'y arrive.
# Match on all types of devices but tablet devices and joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Voilà pour le fichier.
Je comprends....mais je suis bien incapable de cela...J'ai installé Ubuntu car Windows consommait trop sur mon vieux portable...Et c'est vrai que j'ai pas mal de soucis...
Hors ligne
#35 Le 06/12/2016, à 13:20
- maxire
Re : Problème pad portable
Bonjour,
Je pense que depuis hier il serait bon de faire un point de la situation donc merci de donner les réponses à ces quelques commandes:
dpkg-query --list | grep -E "-input-synaptics | -input-libinput | -input-evdev"
pour connaître l'état des paquets logiciels susceptibles de gérer le pavé tactile.
sudo libinput-list-devices | grep -A 16 -B 1 -s -i -E "/dev/input/event11|/dev/input/event13"
pour connaître le paramétrage par défaut des périphériques de type souris.
xinput --list-props 11
xinput --list-props 13
autre méthode pour connaître le paramétrage par défaut des périphériques de type souris.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#36 Le 06/12/2016, à 15:30
- jaceneliot
Re : Problème pad portable
jaceneliot@Linux-Eliot:~$ dpkg-query --list | grep -E "-input-synaptics | -input-libinput | -input-evdev"
grep : option invalide -- 'p'
Utilisation : grep [OPTION]... MOTIF [FICHIER]...
Exécutez « grep --help » pour obtenir des renseignements complémentaires.
jaceneliot@Linux-Eliot:~$ sudo libinput-list-devices | grep -A 16 -B 1 -s -i -E "/dev/input/event11|/dev/input/event13"
Device: Laptop Integrated Webcam
Kernel: /dev/input/event11
Group: 4
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Broadcom Corp
jaceneliot@Linux-Eliot:~$
jaceneliot@Linux-Eliot:~$ xinput --list-props 11
Device 'Broadcom Corp':
Device Enabled (143): 1
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (278): 0.000000
libinput Accel Speed Default (279): 0.000000
libinput Accel Profiles Available (280): 1, 1
libinput Accel Profile Enabled (281): 1, 0
libinput Accel Profile Enabled Default (282): 1, 0
libinput Natural Scrolling Enabled (283): 0
libinput Natural Scrolling Enabled Default (284): 0
libinput Send Events Modes Available (262): 1, 0
libinput Send Events Mode Enabled (263): 0, 0
libinput Send Events Mode Enabled Default (264): 0, 0
libinput Left Handed Enabled (285): 0
libinput Left Handed Enabled Default (286): 0
libinput Scroll Methods Available (287): 0, 0, 1
libinput Scroll Method Enabled (288): 0, 0, 1
libinput Scroll Method Enabled Default (289): 0, 0, 1
libinput Button Scrolling Button (290): 2
libinput Button Scrolling Button Default (291): 274
libinput Middle Emulation Enabled (292): 0
libinput Middle Emulation Enabled Default (293): 0
Device Node (265): "/dev/input/event7"
Device Product ID (266): 2652, 17667
libinput Drag Lock Buttons (294): <no items>
libinput Horizonal Scroll Enabled (267): 1
jaceneliot@Linux-Eliot:~$ xinput --list-props 13
Voili Voilou
Hors ligne
#37 Le 06/12/2016, à 18:36
- maxire
Re : Problème pad portable
Ah, désolé erreur de syntaxe dans la première commande donc à refaire:
dpkg-query --list | grep -E "\-input\-synaptics|\-input\-libinput|\-input\-evdev"
La deuxième donne une réponse incomplète donc plutôt que de finasser:
sudo libinput-list-devices
La troisième s'est exécutée correctement par contre je n'aime pas ce que je vois:
libinput Scroll Methods Available (287): 0, 0, 1
libinput Scroll Method Enabled (288): 0, 0, 1
D'après ce que je comprends il faudrait ceci:
libinput Scroll Methods Available (287): 0, 1, 0
libinput Scroll Method Enabled (288): 0, 1, 0
pour utiliser le curseur du pavé tactile.
Tu peux essayer de faire cela:
xinput --set-prop 11 287 1 1 1
xinput --set-prop 11 288 0 1 0
et regarder si la pagination fonctionne.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#38 Le 06/12/2016, à 18:46
- jaceneliot
Re : Problème pad portable
jaceneliot@Linux-Eliot:~$ dpkg-query --list | grep -E "\-input\-synaptics|\-input\-libinput|\-input\-evdev"
ii xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 amd64 X.Org X server -- evdev input driver
ii xserver-xorg-input-libinput 0.18.0-1 amd64 X.Org X server -- libinput input driver
jaceneliot@Linux-Eliot:~$
Device: Video Bus
Kernel: /dev/input/event4
Group: 1
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Power Button
Kernel: /dev/input/event1
Group: 2
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Sleep Button
Kernel: /dev/input/event2
Group: 3
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Laptop Integrated Webcam
Kernel: /dev/input/event11
Group: 4
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Broadcom Corp
Kernel: /dev/input/event6
Group: 5
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Broadcom Corp
Kernel: /dev/input/event7
Group: 6
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat*adaptive
Device: AT Translated Set 2 keyboard
Kernel: /dev/input/event3
Group: 7
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: PS/2 Generic Mouse
Kernel: /dev/input/event5
Group: 8
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat*adaptive
Device: Dell WMI hotkeys
Kernel: /dev/input/event10
Group: 9
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
jaceneliot@Linux-Eliot:~$ xinput --set-prop 11 287 1 1 1
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Serial number of failed request: 19
Current serial number in output stream: 20
jaceneliot@Linux-Eliot:~$ xinput --set-prop 11 288 0 1 0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Value in failed request: 0x120
Serial number of failed request: 19
Current serial number in output stream: 20
jaceneliot@Linux-Eliot:~$ xinput --set-prop 11 287 1 1 1
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Serial number of failed request: 19
Current serial number in output stream: 20
jaceneliot@Linux-Eliot:~$ xinput --set-prop 11 288 0 1 0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Value in failed request: 0x120
Serial number of failed request: 19
Current serial number in output stream: 20
jaceneliot@Linux-Eliot:~$
Voilà dans l'ordre demandé. La dernière renvoie une erreur et pas de pagination...Merci encore du temps que tu m'accordes.
Hors ligne
#39 Le 06/12/2016, à 19:39
- maxire
Re : Problème pad portable
Propriétés du pavé tactile (enfin je suppose):
Device: Broadcom Corp
Kernel: /dev/input/event7
Group: 6
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat*adaptive
Propriétés de la sourie PS/2:
Device: PS/2 Generic Mouse
Kernel: /dev/input/event5
Group: 8
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat*adaptive
Pour que la pagination fonctionne il faudrait ceci:
Scroll methods: *edge
et je ne vois pas trop si c'est possible.
Un dernier essai, tu crées un fichier de configuration /etc/X11/xorg.conf.d/40-touchpad.conf contenant:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
"Tapping" "on"
"ScrollMethod" "edge"
EndSection
Déconnexion puis reconnexion de la session utilisateur et surprise ???
Note: je ne comprends pas bien ce qui est arrivé lors de l'exécution des 2 commandes xinput --set--prop, si tu pouvais donner le résultat de:
xinput list
je pourrais peut-être comprendre.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#40 Le 06/12/2016, à 23:10
- jaceneliot
Re : Problème pad portable
Alors j'ai fais ta commande...et oui surprise...je démarre en console tty1 et je dois me logger...Impossible de démarrer l'interface graphique...J'ai absolument besoin du pc pour demain...
EDIT: J'espère que dès que tu verras ce message tu pourras me poster clairement comment remettre le ficher car j'ai un auditoire très important demain et je ne pourrais pas prendre de notes . Je te précise. J'ai au lieu de mon log de session, un écran noir avec écrit tty1 on me demande mon login et mot de passe et après rien...
Merci encore (quand même^^)
Dernière modification par jaceneliot (Le 06/12/2016, à 23:52)
Hors ligne
#41 Le 07/12/2016, à 09:06
- maxire
Re : Problème pad portable
Une fois connecté en console
sudo rm /etc/X11/xorg.conf.d/40-touchpad.conf
et tu redémarres le pc.
Je pense qu'il vaut mieux oublier d'utiliser la pagination du pavé tactile celui-ci semble ne pas être correctement géré par Ubuntu.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#42 Le 07/12/2016, à 10:16
- jaceneliot
Re : Problème pad portable
jaceneliot@Linux-Eliot:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Broadcom Corp id=11 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Video Bus id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ Laptop Integrated Webcam id=9 [slave keyboard (3)]
↳ Broadcom Corp id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
↳ Dell WMI hotkeys id=14 [slave keyboard (3)]
jaceneliot@Linux-Eliot:~$
voilà tout de même la commande demandée
Oui je comprends, t'as essayé. J'aurais moi-même abandonné depuis longtemps. Ce que je ne comprends pas et qui me dégoute, c'est que ça fonctionnait très bien au début. Je ne sais pas ce qui a changé...Y a pas une autre version de Linux moins buggée? Parce que j'ai au moins 5 trucs comme ça qui fonctionnent pas ou plus sans raison...
Merci encore de ton aide...
Hors ligne
#43 Le 07/12/2016, à 10:48
- maxire
Re : Problème pad portable
Le problème de la gestion des pavés tactiles sous Linux est simple, seuls 2 logiciels sont capables de les gérer libinput et synaptics.
Nous savons que le pavé tactile de ton pc n'est pas géré par synaptics et par contre l'est par libinput, au moins en partie.
Honte sur moi j'ai fait une énorme erreur de syntaxe, le contenu de /etc/X11/xorg.conf.d/40-touchpad.conf aurait dû être:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "ScrollMethod" "edge"
EndSection
J'avais carrément oublié de préciser le terme Option pour définir les propriétés du pavé, d'où le plantage brutal du serveur graphique.
Donc tu peux tenter cette manipulation, si cela ne fonctionne pas tu sais maintenant comment rétablir la situation.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#44 Le 07/12/2016, à 10:56
- jaceneliot
Re : Problème pad portable
Malheureusement ça n'a pas fonctionné...
Hors ligne
#45 Le 07/12/2016, à 11:10
- maxire
Re : Problème pad portable
Pas de plantage brutal au moins j'espère!
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#46 Le 07/12/2016, à 11:51
- jaceneliot
Re : Problème pad portable
Non ! On laisse tomber ? Je suis sur que si je faisais une réinstallation propre ça refonctionnerait...Mais j'ai pas le courage...
Hors ligne
#47 Le 07/12/2016, à 13:08
- maxire
Re : Problème pad portable
Puisque pas de plantage brutal tu conserves /etc/X11/xorg.conf.d/40-touchpad.conf en l'état.
Une vérification du contenu de /etc/X11/xorg.conf.d:
ls -l /etc/X11/xorg.conf.d
+
cat /etc/X11/xorg.conf.d/40-touchpad.conf
Normalement il devrait exister dans le répertoire /var/log un fichier nommé Xorg.0.log, tu donnes son contenu (cela pourrait être aussi Xorg.1.log ou Xorg.100.log etcetera)
Je ne crois pas qu'une réinstallation réparerait quoi que ce soit si, comme je le pense, le problème vient de la livraison d'une nouvelle version de paquet logiciel.
Plus de nouveau:
sudo libinput-list-devices
puis
xinput --list-props 11
et enfin
xinput --list-props 13
En fonction de ta réponse il existe encore une possibilité de réparation.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#48 Le 07/12/2016, à 14:17
- jaceneliot
Re : Problème pad portable
La premièr et deuxième
jaceneliot@Linux-Eliot:~$ ls -l /etc/X11/xorg.conf.d
total 4
-rw-r--r-- 1 root root 245 déc 7 10:51 40-touchpad.conf
jaceneliot@Linux-Eliot:~$ cat /etc/X11/xorg.conf.d/40-touchpad.conf
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "ScrollMethod" "edge"
EndSectionjaceneliot@Linux-Eliot:~$
Le contenu des fichiers
[ 22.740]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 22.740] X Protocol Version 11, Revision 0
[ 22.740] Build Operating System: Linux 4.4.0-45-generic x86_64 Ubuntu
[ 22.740] Current Operating System: Linux Linux-Eliot 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
[ 22.740] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-51-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash
[ 22.740] Build Date: 02 November 2016 10:06:10PM
[ 22.740] xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see http://www.ubuntu.com/support)
[ 22.740] Current version of pixman: 0.33.6
[ 22.740] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 22.740] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 22.740] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 7 10:53:27 2016
[ 22.872] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 22.872] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 22.979] (==) No Layout section. Using the first Screen section.
[ 22.979] (==) No screen section available. Using defaults.
[ 22.979] (**) |-->Screen "Default Screen Section" (0)
[ 22.979] (**) | |-->Monitor "<default monitor>"
[ 22.979] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 22.980] (==) Automatically adding devices
[ 22.980] (==) Automatically enabling devices
[ 22.980] (==) Automatically adding GPU devices
[ 22.980] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 23.018] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 23.018] Entry deleted from font path.
[ 23.018] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 23.018] Entry deleted from font path.
[ 23.018] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 23.018] Entry deleted from font path.
[ 23.023] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 23.023] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 23.023] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 23.023] (II) Loader magic: 0x557fd6542dc0
[ 23.023] (II) Module ABI versions:
[ 23.023] X.Org ANSI C Emulation: 0.4
[ 23.023] X.Org Video Driver: 20.0
[ 23.023] X.Org XInput driver : 22.1
[ 23.023] X.Org Server Extension : 9.0
[ 23.024] (++) using VT number 7
[ 23.025] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 23.025] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 23.027] (--) PCI:*(0:1:0:0) 10de:0407:1028:022e rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[ 23.027] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 23.027] (II) "glx" will be loaded by default.
[ 23.027] (II) LoadModule: "glx"
[ 23.061] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[ 23.878] (II) Module glx: vendor="NVIDIA Corporation"
[ 23.878] compiled for 4.0.2, module version = 1.0.0
[ 23.878] Module class: X.Org Server Extension
[ 23.878] (II) NVIDIA GLX Module 340.98 Mon Sep 19 17:22:44 PDT 2016
[ 23.892] (==) Matched nvidia as autoconfigured driver 0
[ 23.892] (==) Matched nouveau as autoconfigured driver 1
[ 23.892] (==) Matched nvidia as autoconfigured driver 2
[ 23.892] (==) Matched nouveau as autoconfigured driver 3
[ 23.892] (==) Matched modesetting as autoconfigured driver 4
[ 23.892] (==) Matched fbdev as autoconfigured driver 5
[ 23.892] (==) Matched vesa as autoconfigured driver 6
[ 23.892] (==) Assigned the driver to the xf86ConfigLayout
[ 23.892] (II) LoadModule: "nvidia"
[ 23.892] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 24.069] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 24.069] compiled for 4.0.2, module version = 1.0.0
[ 24.069] Module class: X.Org Video Driver
[ 24.069] (II) LoadModule: "nouveau"
[ 24.085] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 24.152] (II) Module nouveau: vendor="X.Org Foundation"
[ 24.152] compiled for 1.18.1, module version = 1.0.12
[ 24.152] Module class: X.Org Video Driver
[ 24.152] ABI class: X.Org Video Driver, version 20.0
[ 24.152] (II) LoadModule: "modesetting"
[ 24.152] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 24.174] (II) Module modesetting: vendor="X.Org Foundation"
[ 24.174] compiled for 1.18.4, module version = 1.18.4
[ 24.174] Module class: X.Org Video Driver
[ 24.174] ABI class: X.Org Video Driver, version 20.0
[ 24.174] (II) LoadModule: "fbdev"
[ 24.175] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 24.190] (II) Module fbdev: vendor="X.Org Foundation"
[ 24.190] compiled for 1.18.1, module version = 0.4.4
[ 24.190] Module class: X.Org Video Driver
[ 24.190] ABI class: X.Org Video Driver, version 20.0
[ 24.190] (II) LoadModule: "vesa"
[ 24.190] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 24.229] (II) Module vesa: vendor="X.Org Foundation"
[ 24.229] compiled for 1.18.1, module version = 2.3.4
[ 24.229] Module class: X.Org Video Driver
[ 24.229] ABI class: X.Org Video Driver, version 20.0
[ 24.229] (II) NVIDIA dlloader X Driver 340.98 Mon Sep 19 17:02:58 PDT 2016
[ 24.229] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 24.229] (II) NOUVEAU driver Date: Tue Dec 8 15:52:25 2015 +1000
[ 24.229] (II) NOUVEAU driver for NVIDIA chipset families :
[ 24.229] RIVA TNT (NV04)
[ 24.229] RIVA TNT2 (NV05)
[ 24.229] GeForce 256 (NV10)
[ 24.229] GeForce 2 (NV11, NV15)
[ 24.229] GeForce 4MX (NV17, NV18)
[ 24.229] GeForce 3 (NV20)
[ 24.229] GeForce 4Ti (NV25, NV28)
[ 24.229] GeForce FX (NV3x)
[ 24.229] GeForce 6 (NV4x)
[ 24.229] GeForce 7 (G7x)
[ 24.229] GeForce 8 (G8x)
[ 24.229] GeForce GTX 200 (NVA0)
[ 24.229] GeForce GTX 400 (NVC0)
[ 24.229] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 24.229] (II) FBDEV: driver for framebuffer: fbdev
[ 24.229] (II) VESA: driver for VESA chipsets: vesa
[ 24.237] (II) Loading sub module "fb"
[ 24.237] (II) LoadModule: "fb"
[ 24.237] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.266] (II) Module fb: vendor="X.Org Foundation"
[ 24.266] compiled for 1.18.4, module version = 1.0.0
[ 24.266] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.266] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 24.266] (II) Loading sub module "wfb"
[ 24.266] (II) LoadModule: "wfb"
[ 24.266] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 24.307] (II) Module wfb: vendor="X.Org Foundation"
[ 24.307] compiled for 1.18.4, module version = 1.0.0
[ 24.307] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.307] (II) Loading sub module "ramdac"
[ 24.307] (II) LoadModule: "ramdac"
[ 24.307] (II) Module "ramdac" already built-in
[ 24.308] (WW) Falling back to old probe method for modesetting
[ 24.308] (WW) Falling back to old probe method for fbdev
[ 24.308] (II) Loading sub module "fbdevhw"
[ 24.308] (II) LoadModule: "fbdevhw"
[ 24.308] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 24.332] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 24.332] compiled for 1.18.4, module version = 0.0.2
[ 24.332] ABI class: X.Org Video Driver, version 20.0
[ 24.332] (EE) open /dev/fb0: No such file or directory
[ 24.332] (WW) Falling back to old probe method for vesa
[ 24.332] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 24.332] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 24.332] (==) NVIDIA(0): RGB weight 888
[ 24.332] (==) NVIDIA(0): Default visual is TrueColor
[ 24.332] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 24.332] (**) NVIDIA(0): Enabling 2D acceleration
[ 24.806] (II) NVIDIA(0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 24.806] (II) NVIDIA(0): Vision stereo.
[ 24.806] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 24.809] (II) NVIDIA(0): NVIDIA GPU GeForce 8600M GT (G84) at PCI:1:0:0 (GPU-0)
[ 24.809] (--) NVIDIA(0): Memory: 262144 kBytes
[ 24.809] (--) NVIDIA(0): VideoBIOS: 60.84.5e.00.08
[ 24.809] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 24.815] (--) NVIDIA(0): Valid display device(s) on GeForce 8600M GT at PCI:1:0:0
[ 24.815] (--) NVIDIA(0): CRT-0
[ 24.815] (--) NVIDIA(0): TV-0
[ 24.816] (--) NVIDIA(0): Seiko/Epson (DFP-0) (boot, connected)
[ 24.816] (--) NVIDIA(0): DFP-1
[ 24.816] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 24.816] (--) NVIDIA(GPU-0): TV-0: 400.0 MHz maximum pixel clock
[ 24.816] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal LVDS
[ 24.816] (--) NVIDIA(GPU-0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
[ 24.816] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 24.816] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 24.816] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 24.816] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has
[ 24.816] (**) NVIDIA(0): been enabled on all display devices.)
[ 24.816] (==) NVIDIA(0):
[ 24.816] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 24.816] (==) NVIDIA(0): will be used as the requested mode.
[ 24.816] (==) NVIDIA(0):
[ 24.816] (II) NVIDIA(0): Validated MetaModes:
[ 24.816] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 24.816] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[ 25.845] (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
[ 25.845] (--) NVIDIA(0): option
[ 25.845] (II) UnloadModule: "nouveau"
[ 25.845] (II) Unloading nouveau
[ 25.845] (II) UnloadModule: "modesetting"
[ 25.845] (II) Unloading modesetting
[ 25.845] (II) UnloadModule: "fbdev"
[ 25.845] (II) Unloading fbdev
[ 25.845] (II) UnloadSubModule: "fbdevhw"
[ 25.845] (II) Unloading fbdevhw
[ 25.845] (II) UnloadModule: "vesa"
[ 25.845] (II) Unloading vesa
[ 25.845] (--) Depth 24 pixmap format is 32 bpp
[ 25.846] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 25.859] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 26.179] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 26.179] (==) NVIDIA(0): Backing store enabled
[ 26.179] (==) NVIDIA(0): Silken mouse enabled
[ 26.179] (==) NVIDIA(0): DPMS enabled
[ 26.180] (II) Loading sub module "dri2"
[ 26.180] (II) LoadModule: "dri2"
[ 26.180] (II) Module "dri2" already built-in
[ 26.180] (II) NVIDIA(0): [DRI2] Setup complete
[ 26.180] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 26.180] (--) RandR disabled
[ 26.184] (II) SELinux: Disabled on system
[ 26.185] (II) Initializing extension GLX
[ 26.185] (II) Indirect GLX disabled.(II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 28.310] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 28.310] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 28.310] (II) LoadModule: "libinput"
[ 28.310] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 29.528] (II) Module libinput: vendor="X.Org Foundation"
[ 29.528] compiled for 1.18.3, module version = 0.18.0
[ 29.528] Module class: X.Org XInput Driver
[ 29.528] ABI class: X.Org XInput driver, version 22.1
[ 29.528] (II) Using input driver 'libinput' for 'Video Bus'
[ 29.528] (**) Video Bus: always reports core events
[ 29.528] (**) Option "Device" "/dev/input/event4"
[ 29.528] (**) Option "_source" "server/udev"
[ 29.529] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[ 29.529] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[ 29.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:2d/LNXVIDEO:00/input/input5/event4"
[ 29.540] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 29.540] (**) Option "xkb_model" "pc105"
[ 29.540] (**) Option "xkb_layout" "ch"
[ 29.540] (**) Option "xkb_variant" "fr"
[ 29.568] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[ 29.568] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[ 29.569] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 29.569] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29.569] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 29.569] (II) Using input driver 'libinput' for 'Power Button'
[ 29.569] (**) Power Button: always reports core events
[ 29.569] (**) Option "Device" "/dev/input/event1"
[ 29.569] (**) Option "_source" "server/udev"
[ 29.569] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 29.569] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 29.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 29.580] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 29.580] (**) Option "xkb_model" "pc105"
[ 29.580] (**) Option "xkb_layout" "ch"
[ 29.580] (**) Option "xkb_variant" "fr"
[ 29.581] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 29.581] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 29.581] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 29.581] (II) No input driver specified, ignoring this device.
[ 29.581] (II) This device may have been added with another device file.
[ 29.582] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 29.582] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 29.582] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 29.582] (II) Using input driver 'libinput' for 'Sleep Button'
[ 29.582] (**) Sleep Button: always reports core events
[ 29.582] (**) Option "Device" "/dev/input/event2"
[ 29.582] (**) Option "_source" "server/udev"
[ 29.582] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 29.582] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[ 29.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 29.596] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 29.596] (**) Option "xkb_model" "pc105"
[ 29.596] (**) Option "xkb_layout" "ch"
[ 29.596] (**) Option "xkb_variant" "fr"
[ 29.598] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 29.598] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[ 29.600] (II) config/udev: Adding input device Laptop Integrated Webcam (/dev/input/event10)
[ 29.600] (**) Laptop Integrated Webcam: Applying InputClass "evdev keyboard catchall"
[ 29.600] (**) Laptop Integrated Webcam: Applying InputClass "libinput keyboard catchall"
[ 29.600] (II) Using input driver 'libinput' for 'Laptop Integrated Webcam'
[ 29.600] (**) Laptop Integrated Webcam: always reports core events
[ 29.600] (**) Option "Device" "/dev/input/event10"
[ 29.600] (**) Option "_source" "server/udev"
[ 29.601] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is tagged by udev as: Keyboard
[ 29.601] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is a keyboard
[ 29.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input11/event10"
[ 29.632] (II) XINPUT: Adding extended input device "Laptop Integrated Webcam" (type: KEYBOARD, id 9)
[ 29.632] (**) Option "xkb_model" "pc105"
[ 29.632] (**) Option "xkb_layout" "ch"
[ 29.632] (**) Option "xkb_variant" "fr"
[ 29.634] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is tagged by udev as: Keyboard
[ 29.634] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is a keyboard
[ 29.635] (II) config/udev: Adding input device HDA Intel Front Headphone Surround (/dev/input/event9)
[ 29.635] (II) No input driver specified, ignoring this device.
[ 29.635] (II) This device may have been added with another device file.
[ 29.636] (II) config/udev: Adding input device HDA Intel Front Headphone Front (/dev/input/event8)
[ 29.636] (II) No input driver specified, ignoring this device.
[ 29.636] (II) This device may have been added with another device file.
[ 29.638] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event6)
[ 29.638] (**) Broadcom Corp: Applying InputClass "evdev keyboard catchall"
[ 29.638] (**) Broadcom Corp: Applying InputClass "libinput keyboard catchall"
[ 29.638] (II) Using input driver 'libinput' for 'Broadcom Corp'
[ 29.638] (**) Broadcom Corp: always reports core events
[ 29.638] (**) Option "Device" "/dev/input/event6"
[ 29.638] (**) Option "_source" "server/udev"
[ 29.639] (II) input device 'Broadcom Corp', /dev/input/event6 is tagged by udev as: Keyboard
[ 29.639] (II) input device 'Broadcom Corp', /dev/input/event6 is a keyboard
[ 29.652] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.2/7-2.2:1.0/0003:0A5C:4502.0001/input/input7/event6"
[ 29.652] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: KEYBOARD, id 10)
[ 29.652] (**) Option "xkb_model" "pc105"
[ 29.652] (**) Option "xkb_layout" "ch"
[ 29.652] (**) Option "xkb_variant" "fr"
[ 29.653] (II) input device 'Broadcom Corp', /dev/input/event6 is tagged by udev as: Keyboard
[ 29.653] (II) input device 'Broadcom Corp', /dev/input/event6 is a keyboard
[ 29.654] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event7)
[ 29.654] (**) Broadcom Corp: Applying InputClass "evdev pointer catchall"
[ 29.654] (**) Broadcom Corp: Applying InputClass "libinput pointer catchall"
[ 29.654] (II) Using input driver 'libinput' for 'Broadcom Corp'
[ 29.654] (**) Broadcom Corp: always reports core events
[ 29.654] (**) Option "Device" "/dev/input/event7"
[ 29.654] (**) Option "_source" "server/udev"
[ 29.865] (II) input device 'Broadcom Corp', /dev/input/event7 is tagged by udev as: Mouse
[ 29.865] (II) input device 'Broadcom Corp', /dev/input/event7 is a pointer caps
[ 29.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.3/7-2.3:1.0/0003:0A5C:4503.0002/input/input8/event7"
[ 29.896] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: MOUSE, id 11)
[ 29.897] (**) Option "AccelerationScheme" "none"
[ 29.897] (**) Broadcom Corp: (accel) selected scheme none/0
[ 29.897] (**) Broadcom Corp: (accel) acceleration factor: 2.000
[ 29.897] (**) Broadcom Corp: (accel) acceleration threshold: 4
[ 29.953] (II) input device 'Broadcom Corp', /dev/input/event7 is tagged by udev as: Mouse
[ 29.953] (II) input device 'Broadcom Corp', /dev/input/event7 is a pointer caps
[ 29.955] (II) config/udev: Adding input device Broadcom Corp (/dev/input/mouse1)
[ 29.955] (II) No input driver specified, ignoring this device.
[ 29.955] (II) This device may have been added with another device file.
[ 29.956] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 29.956] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 29.956] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 29.956] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 29.956] (**) AT Translated Set 2 keyboard: always reports core events
[ 29.957] (**) Option "Device" "/dev/input/event3"
[ 29.957] (**) Option "_source" "server/udev"
[ 29.958] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard
[ 29.958] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard
[ 29.972] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 29.972] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 29.972] (**) Option "xkb_model" "pc105"
[ 29.972] (**) Option "xkb_layout" "ch"
[ 29.972] (**) Option "xkb_variant" "fr"
[ 29.973] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard
[ 29.973] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard
[ 29.974] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event5)
[ 29.974] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 29.974] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 29.974] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 29.974] (**) PS/2 Generic Mouse: always reports core events
[ 29.974] (**) Option "Device" "/dev/input/event5"
[ 29.974] (**) Option "_source" "server/udev"
[ 29.975] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is tagged by udev as: Mouse
[ 29.975] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is a pointer caps
[ 30.000] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event5"
[ 30.000] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 13)
[ 30.000] (**) Option "AccelerationScheme" "none"
[ 30.000] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 30.001] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 30.001] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 30.002] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is tagged by udev as: Mouse
[ 30.002] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is a pointer caps
[ 30.002] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[ 30.003] (II) No input driver specified, ignoring this device.
[ 30.003] (II) This device may have been added with another device file.
[ 30.007] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event11)
[ 30.007] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 30.007] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 30.007] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 30.007] (**) Dell WMI hotkeys: always reports core events
[ 30.007] (**) Option "Device" "/dev/input/event11"
[ 30.007] (**) Option "_source" "server/udev"
[ 30.008] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[ 30.008] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is a keyboard
[ 30.020] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event11"
[ 30.020] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[ 30.020] (**) Option "xkb_model" "pc105"
[ 30.020] (**) Option "xkb_layout" "ch"
[ 30.020] (**) Option "xkb_variant" "fr"
[ 30.021] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[ 30.021] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is a keyboard
[ 45.401] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 45.401] (II) NVIDIA(GPU-0): Vision stereo.
[ 45.971] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 45.972] (II) NVIDIA(GPU-0): Vision stereo.
[ 46.293] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 46.293] (II) NVIDIA(GPU-0): Vision stereo.
[ 46.314] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 46.314] (II) NVIDIA(GPU-0): Vision stereo.
[ 181.636] (II) NVIDIA(0): Setting mode "NULL"
[ 182.756] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 182.756] (II) NVIDIA(GPU-0): Vision stereo.
[ 11192.088] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1280x800 +0+0 {ViewPortIn=1280x800, ViewPortOut=1280x800+0+0}"
[ 11192.483] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 11192.483] (II) NVIDIA(GPU-0): Vision stereo.
[ 11336.025] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1280x800 +0+0 {ViewPortIn=1280x800, ViewPortOut=1280x800+0+0}"
[ 11337.352] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 11337.352] (II) NVIDIA(GPU-0): Vision stereo.
[ 11337.407] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[ 11337.407] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[ 11337.408] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 11337.408] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 11337.408] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 11337.408] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[ 11337.409] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is tagged by udev as: Keyboard
[ 11337.409] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is a keyboard
[ 11337.410] (II) input device 'Broadcom Corp', /dev/input/event6 is tagged by udev as: Keyboard
[ 11337.410] (II) input device 'Broadcom Corp', /dev/input/event6 is a keyboard
[ 11337.528] (II) input device 'Broadcom Corp', /dev/input/event7 is tagged by udev as: Mouse
[ 11337.528] (II) input device 'Broadcom Corp', /dev/input/event7 is a pointer caps
[ 11337.529] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard
[ 11337.529] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard
[ 11337.529] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is tagged by udev as: Mouse
[ 11337.529] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is a pointer caps
[ 11337.530] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[ 11337.530] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is a keyboard
et le .1
[ 11195.776]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 11195.776] X Protocol Version 11, Revision 0
[ 11195.776] Build Operating System: Linux 4.4.0-45-generic x86_64 Ubuntu
[ 11195.776] Current Operating System: Linux Linux-Eliot 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
[ 11195.776] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-51-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash
[ 11195.776] Build Date: 02 November 2016 10:06:10PM
[ 11195.776] xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see http://www.ubuntu.com/support)
[ 11195.776] Current version of pixman: 0.33.6
[ 11195.776] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11195.776] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11195.776] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Dec 7 13:59:40 2016
[ 11195.776] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 11195.776] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 11195.777] (==) No Layout section. Using the first Screen section.
[ 11195.777] (==) No screen section available. Using defaults.
[ 11195.777] (**) |-->Screen "Default Screen Section" (0)
[ 11195.777] (**) | |-->Monitor "<default monitor>"
[ 11195.777] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 11195.777] (==) Automatically adding devices
[ 11195.777] (==) Automatically enabling devices
[ 11195.777] (==) Automatically adding GPU devices
[ 11195.777] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 11195.777] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 11195.777] Entry deleted from font path.
[ 11195.777] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 11195.777] Entry deleted from font path.
[ 11195.777] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 11195.777] Entry deleted from font path.
[ 11195.777] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 11195.777] Entry deleted from font path.
[ 11195.777] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 11195.777] Entry deleted from font path.
[ 11195.777] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 11195.777] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 11195.777] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11195.777] (II) Loader magic: 0x5559fdda7dc0
[ 11195.777] (II) Module ABI versions:
[ 11195.777] X.Org ANSI C Emulation: 0.4
[ 11195.777] X.Org Video Driver: 20.0
[ 11195.777] X.Org XInput driver : 22.1
[ 11195.777] X.Org Server Extension : 9.0
[ 11195.778] (++) using VT number 8
[ 11195.778] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 11195.779] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 11195.779] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 11195.779] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 11195.781] (--) PCI:*(0:1:0:0) 10de:0407:1028:022e rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[ 11195.781] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 11195.781] (II) "glx" will be loaded by default.
[ 11195.781] (II) LoadModule: "glx"
[ 11195.781] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[ 11195.799] (II) Module glx: vendor="NVIDIA Corporation"
[ 11195.799] compiled for 4.0.2, module version = 1.0.0
[ 11195.799] Module class: X.Org Server Extension
[ 11195.799] (II) NVIDIA GLX Module 340.98 Mon Sep 19 17:22:44 PDT 2016
[ 11195.799] (==) Matched nvidia as autoconfigured driver 0
[ 11195.799] (==) Matched nouveau as autoconfigured driver 1
[ 11195.799] (==) Matched modesetting as autoconfigured driver 2
[ 11195.799] (==) Matched fbdev as autoconfigured driver 3
[ 11195.799] (==) Matched vesa as autoconfigured driver 4
[ 11195.799] (==) Assigned the driver to the xf86ConfigLayout
[ 11195.799] (II) LoadModule: "nvidia"
[ 11195.799] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 11195.799] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 11195.799] compiled for 4.0.2, module version = 1.0.0
[ 11195.799] Module class: X.Org Video Driver
[ 11195.800] (II) LoadModule: "nouveau"
[ 11195.800] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 11195.800] (II) Module nouveau: vendor="X.Org Foundation"
[ 11195.800] compiled for 1.18.1, module version = 1.0.12
[ 11195.800] Module class: X.Org Video Driver
[ 11195.800] ABI class: X.Org Video Driver, version 20.0
[ 11195.800] (II) LoadModule: "modesetting"
[ 11195.800] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 11195.800] (II) Module modesetting: vendor="X.Org Foundation"
[ 11195.800] compiled for 1.18.4, module version = 1.18.4
[ 11195.800] Module class: X.Org Video Driver
[ 11195.800] ABI class: X.Org Video Driver, version 20.0
[ 11195.800] (II) LoadModule: "fbdev"
[ 11195.801] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 11195.801] (II) Module fbdev: vendor="X.Org Foundation"
[ 11195.801] compiled for 1.18.1, module version = 0.4.4
[ 11195.801] Module class: X.Org Video Driver
[ 11195.801] ABI class: X.Org Video Driver, version 20.0
[ 11195.801] (II) LoadModule: "vesa"
[ 11195.801] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 11195.801] (II) Module vesa: vendor="X.Org Foundation"
[ 11195.801] compiled for 1.18.1, module version = 2.3.4
[ 11195.801] Module class: X.Org Video Driver
[ 11195.801] ABI class: X.Org Video Driver, version 20.0
[ 11195.801] (II) NVIDIA dlloader X Driver 340.98 Mon Sep 19 17:02:58 PDT 2016
[ 11195.801] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 11195.801] (II) NOUVEAU driver Date: Tue Dec 8 15:52:25 2015 +1000
[ 11195.801] (II) NOUVEAU driver for NVIDIA chipset families :
[ 11195.801] RIVA TNT (NV04)
[ 11195.801] RIVA TNT2 (NV05)
[ 11195.801] GeForce 256 (NV10)
[ 11195.801] GeForce 2 (NV11, NV15)
[ 11195.801] GeForce 4MX (NV17, NV18)
[ 11195.801] GeForce 3 (NV20)
[ 11195.801] GeForce 4Ti (NV25, NV28)
[ 11195.801] GeForce FX (NV3x)
[ 11195.801] GeForce 6 (NV4x)
[ 11195.801] GeForce 7 (G7x)
[ 11195.801] GeForce 8 (G8x)
[ 11195.801] GeForce GTX 200 (NVA0)
[ 11195.801] GeForce GTX 400 (NVC0)
[ 11195.801] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 11195.801] (II) FBDEV: driver for framebuffer: fbdev
[ 11195.801] (II) VESA: driver for VESA chipsets: vesa
[ 11197.758] (II) Loading sub module "fb"
[ 11197.758] (II) LoadModule: "fb"
[ 11197.759] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11197.759] (II) Module fb: vendor="X.Org Foundation"
[ 11197.759] compiled for 1.18.4, module version = 1.0.0
[ 11197.759] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11197.759] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 11197.759] (II) Loading sub module "wfb"
[ 11197.759] (II) LoadModule: "wfb"
[ 11197.759] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 11197.759] (II) Module wfb: vendor="X.Org Foundation"
[ 11197.759] compiled for 1.18.4, module version = 1.0.0
[ 11197.759] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11197.759] (II) Loading sub module "ramdac"
[ 11197.759] (II) LoadModule: "ramdac"
[ 11197.759] (II) Module "ramdac" already built-in
[ 11197.760] (WW) Falling back to old probe method for modesetting
[ 11197.760] (WW) Falling back to old probe method for fbdev
[ 11197.760] (II) Loading sub module "fbdevhw"
[ 11197.760] (II) LoadModule: "fbdevhw"
[ 11197.760] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 11197.761] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 11197.761] compiled for 1.18.4, module version = 0.0.2
[ 11197.761] ABI class: X.Org Video Driver, version 20.0
[ 11197.761] (EE) open /dev/fb0: No such file or directory
[ 11197.761] (WW) Falling back to old probe method for vesa
[ 11197.761] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 11197.761] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 11197.761] (==) NVIDIA(0): RGB weight 888
[ 11197.761] (==) NVIDIA(0): Default visual is TrueColor
[ 11197.761] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 11197.761] (**) NVIDIA(0): Enabling 2D acceleration
[ 11197.806] (II) NVIDIA(0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 11197.806] (II) NVIDIA(0): Vision stereo.
[ 11197.806] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 11197.809] (II) NVIDIA(0): NVIDIA GPU GeForce 8600M GT (G84) at PCI:1:0:0 (GPU-0)
[ 11197.809] (--) NVIDIA(0): Memory: 262144 kBytes
[ 11197.809] (--) NVIDIA(0): VideoBIOS: 60.84.5e.00.08
[ 11197.809] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 11197.816] (--) NVIDIA(0): Valid display device(s) on GeForce 8600M GT at PCI:1:0:0
[ 11197.816] (--) NVIDIA(0): CRT-0
[ 11197.816] (--) NVIDIA(0): TV-0
[ 11197.816] (--) NVIDIA(0): Seiko/Epson (DFP-0) (boot, connected)
[ 11197.816] (--) NVIDIA(0): DFP-1
[ 11197.816] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 11197.816] (--) NVIDIA(GPU-0): TV-0: 400.0 MHz maximum pixel clock
[ 11197.816] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal LVDS
[ 11197.816] (--) NVIDIA(GPU-0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
[ 11197.816] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 11197.816] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 11197.816] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 11197.817] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has
[ 11197.817] (**) NVIDIA(0): been enabled on all display devices.)
[ 11197.817] (==) NVIDIA(0):
[ 11197.817] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 11197.817] (==) NVIDIA(0): will be used as the requested mode.
[ 11197.817] (==) NVIDIA(0):
[ 11197.817] (II) NVIDIA(0): Validated MetaModes:
[ 11197.817] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 11197.817] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[ 11198.850] (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
[ 11198.850] (--) NVIDIA(0): option
[ 11198.850] (II) UnloadModule: "nouveau"
[ 11198.850] (II) Unloading nouveau
[ 11198.850] (II) UnloadModule: "modesetting"
[ 11198.850] (II) Unloading modesetting
[ 11198.850] (II) UnloadModule: "fbdev"
[ 11198.850] (II) Unloading fbdev
[ 11198.850] (II) UnloadSubModule: "fbdevhw"
[ 11198.850] (II) Unloading fbdevhw
[ 11198.850] (II) UnloadModule: "vesa"
[ 11198.850] (II) Unloading vesa
[ 11198.850] (--) Depth 24 pixmap format is 32 bpp
[ 11198.851] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 11198.871] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 11199.190] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 11199.190] (==) NVIDIA(0): Backing store enabled
[ 11199.190] (==) NVIDIA(0): Silken mouse enabled
[ 11199.191] (==) NVIDIA(0): DPMS enabled
[ 11199.191] (II) Loading sub module "dri2"
[ 11199.191] (II) LoadModule: "dri2"
[ 11199.191] (II) Module "dri2" already built-in
[ 11199.191] (II) NVIDIA(0): [DRI2] Setup complete
[ 11199.191] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 11199.191] (--) RandR disabled
[ 11199.195] (II) SELinux: Disabled on system
[ 11199.196] (II) Initializing extension GLX
[ 11199.196] (II) Indirect GLX disabled.(II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 11199.253] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 11199.253] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 11199.253] (II) LoadModule: "libinput"
[ 11199.253] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 11199.254] (II) Module libinput: vendor="X.Org Foundation"
[ 11199.255] compiled for 1.18.3, module version = 0.18.0
[ 11199.255] Module class: X.Org XInput Driver
[ 11199.255] ABI class: X.Org XInput driver, version 22.1
[ 11199.255] (II) Using input driver 'libinput' for 'Video Bus'
[ 11199.255] (**) Video Bus: always reports core events
[ 11199.255] (**) Option "Device" "/dev/input/event4"
[ 11199.255] (**) Option "_source" "server/udev"
[ 11199.255] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[ 11199.255] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[ 11199.272] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:2d/LNXVIDEO:00/input/input5/event4"
[ 11199.272] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 11199.272] (**) Option "xkb_model" "pc105"
[ 11199.272] (**) Option "xkb_layout" "ch"
[ 11199.272] (**) Option "xkb_variant" "fr"
[ 11199.301] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[ 11199.302] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[ 11199.302] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 11199.302] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 11199.302] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11199.302] (II) Using input driver 'libinput' for 'Power Button'
[ 11199.302] (**) Power Button: always reports core events
[ 11199.302] (**) Option "Device" "/dev/input/event1"
[ 11199.302] (**) Option "_source" "server/udev"
[ 11199.302] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 11199.302] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 11199.312] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 11199.312] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 11199.312] (**) Option "xkb_model" "pc105"
[ 11199.312] (**) Option "xkb_layout" "ch"
[ 11199.312] (**) Option "xkb_variant" "fr"
[ 11199.312] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 11199.312] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 11199.313] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 11199.313] (II) No input driver specified, ignoring this device.
[ 11199.313] (II) This device may have been added with another device file.
[ 11199.313] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 11199.313] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 11199.313] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 11199.313] (II) Using input driver 'libinput' for 'Sleep Button'
[ 11199.313] (**) Sleep Button: always reports core events
[ 11199.313] (**) Option "Device" "/dev/input/event2"
[ 11199.313] (**) Option "_source" "server/udev"
[ 11199.314] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 11199.314] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[ 11199.328] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 11199.328] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 11199.328] (**) Option "xkb_model" "pc105"
[ 11199.328] (**) Option "xkb_layout" "ch"
[ 11199.328] (**) Option "xkb_variant" "fr"
[ 11199.330] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 11199.330] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[ 11199.330] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 11199.330] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 11199.330] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 11199.330] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 11199.332] (II) config/udev: Adding input device Laptop Integrated Webcam (/dev/input/event10)
[ 11199.332] (**) Laptop Integrated Webcam: Applying InputClass "evdev keyboard catchall"
[ 11199.332] (**) Laptop Integrated Webcam: Applying InputClass "libinput keyboard catchall"
[ 11199.332] (II) Using input driver 'libinput' for 'Laptop Integrated Webcam'
[ 11199.332] (**) Laptop Integrated Webcam: always reports core events
[ 11199.332] (**) Option "Device" "/dev/input/event10"
[ 11199.332] (**) Option "_source" "server/udev"
[ 11199.333] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is tagged by udev as: Keyboard
[ 11199.334] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is a keyboard
[ 11199.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input11/event10"
[ 11199.360] (II) XINPUT: Adding extended input device "Laptop Integrated Webcam" (type: KEYBOARD, id 9)
[ 11199.360] (**) Option "xkb_model" "pc105"
[ 11199.360] (**) Option "xkb_layout" "ch"
[ 11199.360] (**) Option "xkb_variant" "fr"
[ 11199.362] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is tagged by udev as: Keyboard
[ 11199.362] (II) input device 'Laptop Integrated Webcam', /dev/input/event10 is a keyboard
[ 11199.363] (II) config/udev: Adding input device HDA Intel Front Headphone Surround (/dev/input/event9)
[ 11199.363] (II) No input driver specified, ignoring this device.
[ 11199.363] (II) This device may have been added with another device file.
[ 11199.364] (II) config/udev: Adding input device HDA Intel Front Headphone Front (/dev/input/event8)
[ 11199.364] (II) No input driver specified, ignoring this device.
[ 11199.364] (II) This device may have been added with another device file.
[ 11199.365] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event6)
[ 11199.365] (**) Broadcom Corp: Applying InputClass "evdev keyboard catchall"
[ 11199.365] (**) Broadcom Corp: Applying InputClass "libinput keyboard catchall"
[ 11199.365] (II) Using input driver 'libinput' for 'Broadcom Corp'
[ 11199.365] (**) Broadcom Corp: always reports core events
[ 11199.365] (**) Option "Device" "/dev/input/event6"
[ 11199.365] (**) Option "_source" "server/udev"
[ 11199.365] (II) input device 'Broadcom Corp', /dev/input/event6 is tagged by udev as: Keyboard
[ 11199.365] (II) input device 'Broadcom Corp', /dev/input/event6 is a keyboard
[ 11199.380] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.2/7-2.2:1.0/0003:0A5C:4502.0001/input/input7/event6"
[ 11199.380] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: KEYBOARD, id 10)
[ 11199.380] (**) Option "xkb_model" "pc105"
[ 11199.380] (**) Option "xkb_layout" "ch"
[ 11199.380] (**) Option "xkb_variant" "fr"
[ 11199.381] (II) input device 'Broadcom Corp', /dev/input/event6 is tagged by udev as: Keyboard
[ 11199.381] (II) input device 'Broadcom Corp', /dev/input/event6 is a keyboard
[ 11199.382] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event7)
[ 11199.382] (**) Broadcom Corp: Applying InputClass "evdev pointer catchall"
[ 11199.382] (**) Broadcom Corp: Applying InputClass "libinput pointer catchall"
[ 11199.382] (II) Using input driver 'libinput' for 'Broadcom Corp'
[ 11199.382] (**) Broadcom Corp: always reports core events
[ 11199.382] (**) Option "Device" "/dev/input/event7"
[ 11199.382] (**) Option "_source" "server/udev"
[ 11199.505] (II) input device 'Broadcom Corp', /dev/input/event7 is tagged by udev as: Mouse
[ 11199.505] (II) input device 'Broadcom Corp', /dev/input/event7 is a pointer caps
[ 11199.532] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.3/7-2.3:1.0/0003:0A5C:4503.0002/input/input8/event7"
[ 11199.532] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: MOUSE, id 11)
[ 11199.533] (**) Option "AccelerationScheme" "none"
[ 11199.533] (**) Broadcom Corp: (accel) selected scheme none/0
[ 11199.533] (**) Broadcom Corp: (accel) acceleration factor: 2.000
[ 11199.533] (**) Broadcom Corp: (accel) acceleration threshold: 4
[ 11199.589] (II) input device 'Broadcom Corp', /dev/input/event7 is tagged by udev as: Mouse
[ 11199.589] (II) input device 'Broadcom Corp', /dev/input/event7 is a pointer caps
[ 11199.591] (II) config/udev: Adding input device Broadcom Corp (/dev/input/mouse1)
[ 11199.591] (II) No input driver specified, ignoring this device.
[ 11199.591] (II) This device may have been added with another device file.
[ 11199.592] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 11199.592] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 11199.592] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 11199.592] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 11199.592] (**) AT Translated Set 2 keyboard: always reports core events
[ 11199.592] (**) Option "Device" "/dev/input/event3"
[ 11199.592] (**) Option "_source" "server/udev"
[ 11199.593] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard
[ 11199.593] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard
[ 11199.608] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 11199.608] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 11199.608] (**) Option "xkb_model" "pc105"
[ 11199.608] (**) Option "xkb_layout" "ch"
[ 11199.608] (**) Option "xkb_variant" "fr"
[ 11199.610] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is tagged by udev as: Keyboard
[ 11199.610] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event3 is a keyboard
[ 11199.611] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event5)
[ 11199.612] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 11199.612] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 11199.612] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 11199.612] (**) PS/2 Generic Mouse: always reports core events
[ 11199.612] (**) Option "Device" "/dev/input/event5"
[ 11199.612] (**) Option "_source" "server/udev"
[ 11199.612] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is tagged by udev as: Mouse
[ 11199.612] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is a pointer caps
[ 11199.640] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event5"
[ 11199.640] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 13)
[ 11199.640] (**) Option "AccelerationScheme" "none"
[ 11199.641] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 11199.641] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 11199.641] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 11199.642] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is tagged by udev as: Mouse
[ 11199.642] (II) input device 'PS/2 Generic Mouse', /dev/input/event5 is a pointer caps
[ 11199.643] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[ 11199.643] (II) No input driver specified, ignoring this device.
[ 11199.643] (II) This device may have been added with another device file.
[ 11199.648] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event11)
[ 11199.648] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 11199.648] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 11199.648] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 11199.648] (**) Dell WMI hotkeys: always reports core events
[ 11199.648] (**) Option "Device" "/dev/input/event11"
[ 11199.648] (**) Option "_source" "server/udev"
[ 11199.648] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[ 11199.649] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is a keyboard
[ 11199.660] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event11"
[ 11199.660] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[ 11199.660] (**) Option "xkb_model" "pc105"
[ 11199.660] (**) Option "xkb_layout" "ch"
[ 11199.660] (**) Option "xkb_variant" "fr"
[ 11199.660] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[ 11199.660] (II) input device 'Dell WMI hotkeys', /dev/input/event11 is a keyboard
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.015] (II) UnloadModule: "libinput"
[ 11336.016] (II) UnloadModule: "libinput"
[ 11336.039] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 11336.040] (II) Server terminated successfully (0). Closing log file.
Sinon il y a leurs deux version en .old
Et voilà les trois commandes.
jaceneliot@Linux-Eliot:~$ sudo libinput-list-devices
[sudo] Mot de passe de jaceneliot :
Device: Video Bus
Kernel: /dev/input/event4
Group: 1
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Power Button
Kernel: /dev/input/event1
Group: 2
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Sleep Button
Kernel: /dev/input/event2
Group: 3
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Laptop Integrated Webcam
Kernel: /dev/input/event10
Group: 4
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Broadcom Corp
Kernel: /dev/input/event6
Group: 5
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: Broadcom Corp
Kernel: /dev/input/event7
Group: 6
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat*adaptive
Device: AT Translated Set 2 keyboard
Kernel: /dev/input/event3
Group: 7
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
Device: PS/2 Generic Mouse
Kernel: /dev/input/event5
Group: 8
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat*adaptive
Device: Dell WMI hotkeys
Kernel: /dev/input/event11
Group: 9
Seat: seat0, default
Capabilities: keyboard
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: n/a
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Accel profiles: n/a
jaceneliot@Linux-Eliot:~$ xinput --list-props 11
Device 'Broadcom Corp':
Device Enabled (143): 1
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (278): 0.000000
libinput Accel Speed Default (279): 0.000000
libinput Accel Profiles Available (280): 1, 1
libinput Accel Profile Enabled (281): 1, 0
libinput Accel Profile Enabled Default (282): 1, 0
libinput Natural Scrolling Enabled (283): 0
libinput Natural Scrolling Enabled Default (284): 0
libinput Send Events Modes Available (262): 1, 0
libinput Send Events Mode Enabled (263): 0, 0
libinput Send Events Mode Enabled Default (264): 0, 0
libinput Left Handed Enabled (285): 0
libinput Left Handed Enabled Default (286): 0
libinput Scroll Methods Available (287): 0, 0, 1
libinput Scroll Method Enabled (288): 0, 0, 1
libinput Scroll Method Enabled Default (289): 0, 0, 1
libinput Button Scrolling Button (290): 2
libinput Button Scrolling Button Default (291): 274
libinput Middle Emulation Enabled (292): 0
libinput Middle Emulation Enabled Default (293): 0
Device Node (265): "/dev/input/event7"
Device Product ID (266): 2652, 17667
libinput Drag Lock Buttons (294): <no items>
libinput Horizonal Scroll Enabled (267): 1
jaceneliot@Linux-Eliot:~$ xinput --list-props 13
Device 'PS/2 Generic Mouse':
Device Enabled (143): 1
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (278): 0.000000
libinput Accel Speed Default (279): 0.000000
libinput Accel Profiles Available (280): 1, 1
libinput Accel Profile Enabled (281): 1, 0
libinput Accel Profile Enabled Default (282): 1, 0
libinput Natural Scrolling Enabled (283): 0
libinput Natural Scrolling Enabled Default (284): 0
libinput Send Events Modes Available (262): 1, 0
libinput Send Events Mode Enabled (263): 0, 0
libinput Send Events Mode Enabled Default (264): 0, 0
libinput Left Handed Enabled (285): 0
libinput Left Handed Enabled Default (286): 0
libinput Scroll Methods Available (287): 0, 0, 1
libinput Scroll Method Enabled (288): 0, 0, 1
libinput Scroll Method Enabled Default (289): 0, 0, 1
libinput Button Scrolling Button (290): 2
libinput Button Scrolling Button Default (291): 274
libinput Middle Emulation Enabled (292): 0
libinput Middle Emulation Enabled Default (293): 0
Device Node (265): "/dev/input/event5"
Device Product ID (266): 2, 1
libinput Drag Lock Buttons (294): <no items>
libinput Horizonal Scroll Enabled (267): 1
jaceneliot@Linux-Eliot:~$
Hors ligne
#49 Le 07/12/2016, à 14:53
- maxire
Re : Problème pad portable
Conclusion:
Ce n'est pas un problème de gestionnaire de périphériques, c'est le programme udev qui est supposé reconnaître un périphérique au démarrage système ou lors de sa connexion qui ne fait pas son travail, à preuve cet extrait de Xorg.0.log:
[ 29.953] (II) input device 'Broadcom Corp', /dev/input/event7 is tagged by udev as: Mouse
[ 29.953] (II) input device 'Broadcom Corp', /dev/input/event7 is a pointer caps
[ 29.955] (II) config/udev: Adding input device Broadcom Corp (/dev/input/mouse1)
[ 29.955] (II) No input driver specified, ignoring this device.
Le pavé tactile n'est pas considéré comme un périphérique Touchpad mais comme une simple souris (Mouse) et il est ignoré au profit d'une simple souris PS/2.
J'en déduis que c'est udev qui casse la baraque.
Je crois que ce n'est pas la peine d'insister.
Tu aurais du avoir quelque chose comme ceci (ici cas Synaptics) dans le fichier Xorg.0.log:
[ 56.362] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[ 56.362] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 56.362] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 56.362] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 56.362] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 56.362] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 56.362] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Tap to click ?"
[ 56.362] (II) LoadModule: "synaptics"
[ 56.362] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 56.381] (II) Module synaptics: vendor="X.Org Foundation"
[ 56.381] compiled for 1.18.3, module version = 1.8.99
[ 56.381] Module class: X.Org XInput Driver
[ 56.381] ABI class: X.Org XInput driver, version 22.1
[ 56.381] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 56.381] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 56.381] (**) Option "Device" "/dev/input/event12"
[ 56.416] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 59)
[ 56.416] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 109)
[ 56.416] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 56.416] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 56.416] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons
[ 56.416] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 56.416] (**) Option "TouchpadOff" "0"
[ 56.416] (**) Option "TapButton1" "1"
[ 56.416] (**) Option "TapButton2" "3"
[ 56.417] (**) Option "TapButton3" "2"
[ 56.417] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 56.417] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 56.476] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input18/event12"
[ 56.476] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 56.476] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 56.476] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 56.476] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[ 56.477] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 56.477] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 56.477] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 56.477] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 56.477] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 56.477] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 56.477] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
Tant que udev n'identifie pas le pavé tactile comme un périphérique Touchpad il n'y a rien à faire.
Ce contrôle aurait pu être réalisé dès le début de cette discussion.
Pour résumer, les commandes xinput et libinput-list-devices identifient bien le périphérique comme un Touchpad mais comme udev ne le fait pas rien ne fonctionne.
Il serait sans doute possible de faire prendre des vessies pour des lanternes par udev via une règle udev (à imaginer) mais cela nous emmènerait trop loin (c'est un peu complexe).
Achète une petite souris sans fil, elle fera le job.
Désolé.
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#50 Le 07/12/2016, à 15:17
- jaceneliot
Re : Problème pad portable
Okay. Il a effectivement du merder avec une mise à jour. Au début tout marchait, après, il marchait un démarrage sur deux, et de moins en moins puis plus du tout...Dommage
Merci beaucoup quand même de tout ton temps! C'est vraiment sympa. Je vais m'arranger sans...
Hors ligne