Salut à tous !
Quelqu'un peut il m'aider à configurer mon fichier xorg.conf pour activer le scrolling vertical sur le touchpad de mon portable (HP pavillion zv5000) ?
J'utilise le noyau 2.6.22.4-65.fc7 sur Fedora Core 7 avec Gnome.
Le touchpad est un Alps. J'ai essayé de le configuer via gsynaptics sans succès
#cat /proc/bus/input/devices
I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio4/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=mouse2 event3
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003
le fichier xorg.conf
Section "ServerLayout"
# InputDevice "Mouse0" "CorePointer"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad" "AlwaysCore"
EndSection
Section "Module"
Load "type1"
Load "freetype"
Load "glx"
Load "synaptics"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "on"
Option "VertEdgeScroll" "on"
Option "SendCoreEvents"
Option "UpDownScrolling" "1"
Option "ZAxisMapping" "4 5"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.9"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "true"
EndSection
j'ai vérifié avec cat /dev/input/mice que le touchpad soit affecté à ce fichier, après chaque essai je redemarre le serveur X par Ctrl + Alt + BKSP
Merci pour votre aide