j'ouvre ce petit sujet car xorg ne reconnait plus ma configuration de synaptics alors que ça fonctionnait avant, j'ai revérifié ma config mais je ne crois pas que ça ait changé..
Voilà quelques infos :
Xorg.0.log
Code : Tout sélectionner
[ 2396.578] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 2396.578] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 2396.578] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 2396.578] (II) LoadModule: "synaptics"
[ 2396.578] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 2396.578] (II) Module synaptics: vendor="X.Org Foundation"
[ 2396.578] compiled for 1.12.2, module version = 1.6.2
[ 2396.578] Module class: X.Org XInput Driver
[ 2396.578] ABI class: X.Org XInput driver, version 16.0
[ 2396.578] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 2396.578] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2396.578] (**) Option "Device" "/dev/input/event7"
[ 2396.579] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[ 2396.579] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[ 2396.579] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 2396.579] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 2396.579] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 2396.579] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 2396.579] (**) Option "VertEdgeScroll" "on"
[ 2396.580] (**) Option "VertTwoFingerScroll" "on"
[ 2396.580] (**) Option "TapButton1" "1"
[ 2396.580] (**) Option "TapButton2" "3"
[ 2396.580] (**) Option "TapButton3" "2"
[ 2396.580] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 2396.580] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2396.580] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input7/event7"
[ 2396.580] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 2396.580] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 2396.580] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 2396.580] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[ 2396.580] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 2396.580] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 2396.580] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 2396.580] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 2396.580] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 2396.580] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 2396.580] (II) No input driver specified, ignoring this device.
[ 2396.580] (II) This device may have been added with another device file.
[ 2396.581] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 2396.581] (II) No input driver specified, ignoring this device.
[ 2396.581] (II) This device may have been added with another device file.
Code : Tout sélectionner
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "synaptics"
EndSection
Code : Tout sélectionner
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
EndSection
Bref, si vous avez une idée ou si quelques chose vous saute aux yeux, n'hésitez pas ...
J'utilise aussi une souris bluetooth en parallel, j'ai vu que c'était une des premières questions qui avait été posée pour un problème de configuration synaptics, mais je ne sais pas ce que ça implique..
Merci d'avance !