Probleme avec le touchpad

Bonjour à tous,

Alors voilà, je viens de passer de ubuntu à debian, et j’ai un soucis au niveau de la compatibilité de mon touchpad qui n’est pas totalement reconnu sous debian.

J’ai l’impression que debian considere mon touchpad comme une souris, j’ai un asus X200MA
J’ai tapé la commande xinput dans le terminal et voici le resultat :

⎡ Virtual core pointer                            id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
⎜   ↳ USBest Technology SiS HID Touch Controller  id=11   [slave  pointer  (2)]
⎜   ↳ PS/2 Logitech Wheel Mouse                   id=15   [slave  pointer  (2)]
⎣ Virtual core keyboard                           id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Power Button                                id=6    [slave  keyboard (3)]
    ↳ Asus Wireless Radio Control                 id=7    [slave  keyboard (3)]
    ↳ Video Bus                                   id=8    [slave  keyboard (3)]
    ↳ Power Button                                id=9    [slave  keyboard (3)]
    ↳ Sleep Button                                id=10   [slave  keyboard (3)]
    ↳ USB2.0 HD UVC WebCam                        id=12   [slave  keyboard (3)]
    ↳ Asus WMI hotkeys                            id=13   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=14   [slave  keyboard (3)]

Si vous avez une solution, ça serai génial.

Merci.

salut vérifie que tu as le paquet xserver-xorg-input-libinput d’installé

Bonjour nadar

Je me suis permis, dans ton message,
de modifier l’apparence du retour de la commande xinput
en ajoutant, avant et après le bloc de texte à formater,
3 backticks AltGr+7 au début d’une ligne vide.


Il faudrait que tu nous donnes le retour des deux lignes de commande suivantes :

lsb_release -d
uname -a

Merci.

Bonjour,

Oui le paquet xserver-xorg-input-libinput est bien installé sur la machine

Pour lsb_release -d voici la reponse :

Description: Debian GNU/Linux 9.3 (stretch)

Pour uname -a :

Linux AsusRyan 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linux

Merci.

Merci pour les retours des lignes commandes.


Pour répondre à Dupond
il te faudrait nous copier/coller le retour de la ligne de commande suivante :

apt policy xserver-xorg-input-libinput

Qui devrait ressembler à ce qui suit :

michel@debxfce:~$ apt policy xserver-xorg-input-libinput
xserver-xorg-input-libinput:
  Installé : 0.26.0-1
  Candidat : 0.26.0-1
 Table de version :
 *** 0.26.0-1 500
        500 http://ftp.fr.debian.org/debian testing/main amd64 Packages
        500 http://http.debian.net/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
michel@debxfce:~$ 


Et j’en profite pour te demander aussi le retour de cette ligne de commande :

cat /usr/share/X11/xorg.conf.d/*-libinput.conf

Bonjour, désolé du retard :grin:

Alors voilà le retour pour le paquet :

xserver-xorg-input-libinput:
Installé : 0.23.0-2
Candidat : 0.23.0-2
Table de version :
*** 0.23.0-2 500
500 http://ftp.fr.debian.org/debian stretch/main amd64 Packages
100 /var/lib/dpkg/status

Et pour la deuxième commande :

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

Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection

Merci.

salut
j’ai vu passer ton message il y a quelques jours
j’ai la flemme de tout lire
mais comme il remonte :
peut etre une aide ici : http://www.dindoun.lautre.net/spip.php?article177