[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sarge et laptop



cabaton_david a écrit :


Ok, j'ai donc installé le paquet xfree86-driver-synaptics, lu la doc sur /usr/share/doc/xfree86-driver-synaptics/README.Debian

je redemarre X et me voila avec mon touchpad, clic et scroll qui fonctionne : MERCI !

Cependant, avant, j'avais mon touchpad ET ma souris optique sur le port USB. Maintenant je n'ai que le touchpad !
J'ai essaye de remettre les sections relatives à la souris mais X plante.

voici comment j'ai fait, ça peut servir à d'autre peut etre :

Modificaton de la section suivante :
Section "Module"
   Load    "GLcore"
   Load    "bitmap"
   Load    "dbe"
   Load    "ddc"
   Load    "dri"
   Load    "extmod"
   Load    "freetype"
   Load    "glx"
   Load    "int10"
   Load    "record"
   Load    "speedo"
   Load    "type1"
   Load    "vbe"
   Load "synaptics"    ## ajout pour le touchpad
EndSection


Rajout de la section suivante :
Section "InputDevice"
 Driver      "synaptics"
 Identifier      "Touchpad"
 Option     "Device"      "/dev/psaux"
 Option    "Protocol"    "auto-dev"
 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.06"
 Option    "MaxSpeed"    "0.12"
 Option    "AccelFactor" "0.0010"
#  Option    "SHMConfig"    "on"
#  Option    "Repeater"    "/dev/ps2mouse"
EndSection

Mise en commentaire des sections suivantes :
#Section "InputDevice"
#    Identifier    "Configured Mouse"
#    Driver        "mouse"
#    Option        "CorePointer"
#    Option        "Device"        "/dev/psaux"
#    Option        "Protocol"        "PS/2"
#    Option        "Emulate3Buttons"    "true"
#    Option        "ZAxisMapping"        "4 5"
#EndSection
#Section "InputDevice"
#    Identifier    "Generic Mouse"
#    Driver        "mouse"
#    Option        "SendCoreEvents"    "true"
#    Option        "Device"        "/dev/input/mice"
#    Option        "Protocol"        "ImPS/2"
#    Option        "Emulate3Buttons"    "true"
#    Option        "ZAxisMapping"        "4 5"
#EndSection


Modification de la sectio suivante :
Section "ServerLayout"
   Identifier            "Default Layout"
   Screen                "Default Screen"
   InputDevice       "Generic Keyboard"
   #InputDevice    "Configured Mouse"              ## mise en commentaire
#InputDevice "Generic Mouse" ## mise en commentaire InputDevice "Touchpad" "CorePointer" ## ajout pour le touchpad
EndSection



Merci de votre aide

David


Tu peux nous faire voir ton fichier /var/log/XF86.log.0 ?



Reply to: