Bonjour,

Mon touchpad fonctionnait à merveille, mais là je ne peux plus l'utiliser, que ce soit Gnome ou KDE, même pendant la réinstallation du système.

J'ai un e-machine (sous marque d'acer) E510.

Mon xorg.conf est vide.

Une commande pour tester la présence de ce composant ? Une pour l'activer ?

Merci !
salut,

$ cat /proc/bus/input/devices

pour repérer quel type de touchpad tu as. moi, c'est un synaptics.

j'ai fait ceci pour avoir le scrolling et le tap-to-click.

# mkdir /etc/X11/xorg.conf.d
# nano /etc/X11/xorg.conf.d/50-synaptics.conf

et pareil un copier coller de :
Section "InputClass"
        Identifier "touchpad catchall"
        Driver           "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "VertEdgeScroll" "1"
        Option "HorizEdgeScroll" "1"
EndSection
CTRL O + CTRL X (pour enregistrer et fermer)

pour le TapButton, on peut avoir aussi Option "TapButton2" "1" et Option "TapButton3" "1"
et j'ai rebooté l'ordinateur.
7 jours plus tard
Merci de ta réponse ! 🙂

Mon touchpad doit être ceci :
I: Bus=0011 Vendor=0002 Product=0008 Version=7325
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input6
U: Uniq=
H: Handlers=mouse1 event6 
B: EV=b
B: KEY=420 3000f 0 0 0 0
B: ABS=1000003
Quel est le pilote à utiliser ?

Voici le reste au cas où:
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C0C:00/input/input0
U: Uniq=
H: Handlers=kbd event0 
B: EV=3
B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C0D:00/input/input1
U: Uniq=
H: Handlers=event1 
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
U: Uniq=
H: Handlers=kbd event2 
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
U: Uniq=
H: Handlers=kbd event3 
B: EV=3
B: KEY=10000000000000 0

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input4
U: Uniq=
H: Handlers=kbd event4 
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="PS/2 Mouse"
P: Phys=isa0060/serio1/input1
S: Sysfs=/devices/platform/i8042/serio1/input/input5
U: Uniq=
H: Handlers=mouse0 event5 
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0002 Product=0008 Version=7325
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input6
U: Uniq=
H: Handlers=mouse1 event6 
B: EV=b
B: KEY=420 3000f 0 0 0 0
B: ABS=1000003

I: Bus=0003 Vendor=0458 Product=0036 Version=0110
N: Name="Genius       NetScroll+Mini Traveler"
P: Phys=usb-0000:00:1d.1-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input7
U: Uniq=
H: Handlers=mouse2 event7 
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=103
B: MSC=10

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input8
U: Uniq=
H: Handlers=kbd event8 
B: EV=3
B: KEY=3e000b00000000 0 0 0

I: Bus=0003 Vendor=064e Product=a103 Version=0100
N: Name="Crystal Eye webcam"
P: Phys=usb-0000:00:1d.7-4/button
S: Sysfs=/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input9
U: Uniq=
H: Handlers=kbd event9 
B: EV=3
B: KEY=100000 0 0 0