OVH Cloud OVH Cloud

portable DELL et souris

1 réponse
Avatar
Gaëtan PERRIER
Bonjour,

J'ai un portable DELL Insprion 8200 qui en plus du touchpad à un petit joystick au milieu des touches G, H, B, N.
J'ai installé dessus une testing (xorg 6.9) et si le touchpad fonctionne bien, le joystick est inopérant.
Sauriez-vous comment le configurer?

Merci.

Gaëtan


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

1 réponse

Avatar
Jérôme LELONG
Bonjour,

j'ai un portable DELL d610 également équipé de ce petit joy stick
parfaitement fonctionnel. Je te joins la partie de mon xorg.conf
relative aux souris

dans la partie "ServerLayout"

InputDevice "Generic Mouse"
InputDevice "Synaptics Touchpad"

et puis

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "AlwaysCore"
Option "Device" "/dev/input/mice/"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "10"
Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.7"
Option "MaxSpeed" "0.7"
Option "AccelFactor" "1"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection


J'espère que ça t'aidera.

Jérôme

Gaëtan PERRIER writes:











> Bonjour, J'ai un portable DELL Insprion 8200 qui en plus du
> touchpad à un petit joystick au milieu des touches G, H, B, N .
> J'ai installé dessus une testing (xorg 6.9) et si le touchpa d
> fonctionne bien, le joystick est inopérant. Sauriez-vou s
> comment le configurer?