[trackpad] magic trackpad 2 multitouch non fonctionel

Questions et astuces concernant l'installation et la configuration d'archlinux
Chr0nos
Hankyu
Messages : 16
Inscription : mer. 22 nov. 2017, 18:31

[trackpad] magic trackpad 2 multitouch non fonctionel

Message par Chr0nos »

Bonjour,
je rencontre actuelement un souci lors de la configuration de mon trackpad; le multi touch ne fonctionne pas, que ce soit en l'etat ou via touchegg (qui ne reconnais aucun geste)

du cote de xorg j ai bien mis dans /etc/X11/Xxorg.conf.d/50-trackpad.conf

Code : Tout sélectionner

Section "InputClass"
	Identifier "evdev touchpad catchall"
	Driver "mtrack"
	MatchUSBID "05ac:0265"
	MatchIsTouchpad "on"
	Option "Protocol" "event"
	Option "SHMConfig" "on"
EndSection
la version de mtrack que j'utilise est celle de aur/xf86-input-mtrack-git

seulement du cote du log de xorg on voit bien que le driver "mtrack" n a pas du tout été utilisé
3714.391] (II) config/udev: Adding input device Apple Inc. Magic Trackpad 2 (/dev/input/event22)
[ 3714.391] (**) Apple Inc. Magic Trackpad 2: Applying InputClass "evdev pointer catchall"
[ 3714.391] (**) Apple Inc. Magic Trackpad 2: Applying InputClass "libinput pointer catchall"
[ 3714.391] (II) Using input driver 'libinput' for 'Apple Inc. Magic Trackpad 2'
[ 3714.391] (**) Apple Inc. Magic Trackpad 2: always reports core events
[ 3714.391] (**) Option "Device" "/dev/input/event22"
[ 3714.391] (**) Option "_source" "server/udev"
[ 3714.446] (II) event22 - (II) Apple Inc. Magic Trackpad 2: (II) is tagged by udev as: Mouse
[ 3714.446] (II) event22 - (II) Apple Inc. Magic Trackpad 2: (II) device is a pointer
[ 3714.446] (II) event22 - (II) Apple Inc. Magic Trackpad 2: (II) device removed
[ 3714.506] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.1/0003:05AC:0265.0016/input/input26/event22"
[ 3714.506] (II) XINPUT: Adding extended input device "Apple Inc. Magic Trackpad 2" (type: MOUSE, id 8)
[ 3714.506] (**) Option "AccelerationScheme" "none"
[ 3714.506] (**) Apple Inc. Magic Trackpad 2: (accel) selected scheme none/0
[ 3714.506] (**) Apple Inc. Magic Trackpad 2: (accel) acceleration factor: 2.000
[ 3714.506] (**) Apple Inc. Magic Trackpad 2: (accel) acceleration threshold: 4
[ 3714.563] (II) event22 - (II) Apple Inc. Magic Trackpad 2: (II) is tagged by udev as: Mouse
[ 3714.563] (II) event22 - (II) Apple Inc. Magic Trackpad 2: (II) device is a pointer
[ 3714.563] (II) config/udev: Adding input device Apple Inc. Magic Trackpad 2 (/dev/input/mouse2)
[ 3714.563] (II) No input driver specified, ignoring this device.
j'avoue ne plus trop savoir ou regarder pour config ce trackpad, j ai essaye avec synaptics sans plus de succes.

Merci d'avance :chinois:
Ryzen 3700X - 16gb ram - Nvidia rtx-3080 - dm: Mate - Aur: trizen
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17187
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [trackpad] magic trackpad 2 multitouch non fonctionel

Message par benjarobin »

Bonjour,
Normalement xf86-input-libinput devrait pouvoir gérer la plupart des trackpad (multi touch inclut). Il faudra juste configurer la chose...
Je te conseil de supprimer tous les drivers / configuration que tu as pu installer / configurer et d'utiliser xf86-input-libinput
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Chr0nos
Hankyu
Messages : 16
Inscription : mer. 22 nov. 2017, 18:31

Re: [trackpad] magic trackpad 2 multitouch non fonctionel

Message par Chr0nos »

Bonjour et merci pour ta réponse,
jai bien enleve mtrack et synaptics

jai aussi modifie le fichier de config de xorg en consequence:

Code : Tout sélectionner

Section "InputClass"
	Identifier "trackpad"
	Driver "libinput"
	MatchUSBID "05ac:0265"
	MatchIsTouchpad "on"
	Option "Tapping" "on"
	Option "TappingButtonMap" "lmr"
EndSection
jai aussi installé aur/libinput-gestures-git
mais rien n y fait j ai toujours ca dans les logs:
[ 458.917] (II) config/udev: Adding input device Apple Inc. Magic Trackpad 2 (/dev/input/mouse1)
[ 458.917] (II) No input driver specified, ignoring this device.
[ 458.917] (II) This device may have been added with another device file.
[ 459.015] (II) config/udev: Adding input device Apple Inc. Magic Trackpad 2 (/dev/input/event1)
[ 459.015] (**) Apple Inc. Magic Trackpad 2: Applying InputClass "evdev pointer catchall"
[ 459.016] (**) Apple Inc. Magic Trackpad 2: Applying InputClass "libinput pointer catchall"
[ 459.016] (II) Using input driver 'libinput' for 'Apple Inc. Magic Trackpad 2'
[ 459.016] (**) Apple Inc. Magic Trackpad 2: always reports core events
[ 459.016] (**) Option "Device" "/dev/input/event1"
[ 459.016] (**) Option "_source" "server/udev"
[ 459.067] (II) event1 - (II) Apple Inc. Magic Trackpad 2: (II) is tagged by udev as: Mouse
[ 459.067] (II) event1 - (II) Apple Inc. Magic Trackpad 2: (II) device is a pointer
[ 459.067] (II) event1 - (II) Apple Inc. Magic Trackpad 2: (II) device removed
[ 459.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.1/0003:05AC:0265.0006/input/input22/event1"
[ 459.106] (II) XINPUT: Adding extended input device "Apple Inc. Magic Trackpad 2" (type: MOUSE, id 8)
[ 459.107] (**) Option "AccelerationScheme" "none"
[ 459.108] (**) Apple Inc. Magic Trackpad 2: (accel) selected scheme none/0
[ 459.108] (**) Apple Inc. Magic Trackpad 2: (accel) acceleration factor: 2.000
[ 459.108] (**) Apple Inc. Magic Trackpad 2: (accel) acceleration threshold: 4
[ 459.183] (II) event1 - (II) Apple Inc. Magic Trackpad 2: (II) is tagged by udev as: Mouse
[ 459.183] (II) event1 - (II) Apple Inc. Magic Trackpad 2: (II) device is a pointer
je vois donc bien qu il a pourtant bien essayé de charger libinput mais rien n y fait, le trackpad ne fonctione qu'avec un seul doigt
Ryzen 3700X - 16gb ram - Nvidia rtx-3080 - dm: Mate - Aur: trizen
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17187
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [trackpad] magic trackpad 2 multitouch non fonctionel

Message par benjarobin »

Tu devrais supprimer libinput-gestures-git, ainsi que ton fichier de configuration Xorg. Et configurer juste le multitouch, il y a même des interfaces graphiques pour cela
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Chr0nos
Hankyu
Messages : 16
Inscription : mer. 22 nov. 2017, 18:31

Re: [trackpad] magic trackpad 2 multitouch non fonctionel

Message par Chr0nos »

apparement c'est aussi un bug:
https://bugzilla.kernel.org/show_bug.cgi?id=112481

je commence donc a me demander si cela a vraiment quelque chose a voir avec ma config ou si cela ne viens pas plutot directement du kernel
Ryzen 3700X - 16gb ram - Nvidia rtx-3080 - dm: Mate - Aur: trizen
Répondre