Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Gnome] Touchpad, pas de scroll ni de click RESOLU
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
natz
n00b
n00b


Joined: 17 Jan 2010
Posts: 13

PostPosted: Sun Jan 17, 2010 5:30 pm    Post subject: [Gnome] Touchpad, pas de scroll ni de click RESOLU Reply with quote

Bonsoir !
J'ai un petit problème avec mon touchpad : je ne peux pas scroller en passant mon doigt sur le coté, ni clické en tapotant dessus...
Une ptite idée ?
Merci
@+++


Last edited by natz on Sun Jan 17, 2010 10:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Sun Jan 17, 2010 6:49 pm    Post subject: Reply with quote

Installer le driver synaptics : ajouter "synaptics" dans la variable INPUT_DEVICE de ton make.conf
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
natz
n00b
n00b


Joined: 17 Jan 2010
Posts: 13

PostPosted: Sun Jan 17, 2010 8:04 pm    Post subject: Reply with quote

merci !
c'est ok pour le scroll mais pas pour le click en tapotant
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Sun Jan 17, 2010 9:13 pm    Post subject: Reply with quote

Un peu de configuration et c'est bon...
Un exemple là : http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/tree/fdi/11-x11-synaptics.fdi
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
natz
n00b
n00b


Joined: 17 Jan 2010
Posts: 13

PostPosted: Sun Jan 17, 2010 10:05 pm    Post subject: Reply with quote

tout est ok avec ;
Code:
Section "InputDevice"
   Identifier   "Synaptics TouchPad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
--->   Option         "TapButton1" "1"
EndSection

dans mon xorg.conf

merci :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum