Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 03/05/2007, à 21:32

ruri

Aidez moi à améliorer le TouchPad de mon Dell inspiron 640m

Bonjour tout le monde, je possède un portable Dell Inspiron 640m et j'y ai installé Kubuntu et j'aimerai améliorer mon Touchpad : les scrolls horizontaux et verticaux fonctionnent, le clique avec 2 ou 3 doigts aussi mais le clique simple et plus encore le double clique (en utilisant le pavé du touchpad et pas les boutons sous le touchpad) peuvent être très difficiles à réaliser. Or j'aimerai rendre réellement utilisable le double clique.... Tout ce que je viens de décrire fonctionne avec le driver 'xserver-xorg-input-synaptic'.

Quand je le désinstalle pour installer le driver 'xfree86-driver-synaptics' le clique et le double clique marchent à la perfection !!!! mais je n'ai plus de scroll ni de clique avec 2 ou 3 doigts. A première vue le fichier /etc/X11/xorg.conf n'est pas modifié entre les deux drivers.

Comment faire pour avoir un bon clique avec le 1er driver???? Que dois-je modifier dans xorg.conf pour modifier ceci? Ou quel autre fichier dois-je modifier?


Voici mon xorg.conf

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
  FontPath "/usr/share/X11/fonts/misc"
  FontPath "/usr/share/X11/fonts/cyrillic"
  FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
  FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
  FontPath "/usr/share/X11/fonts/Type1"
  FontPath "/usr/share/X11/fonts/100dpi"
  FontPath "/usr/share/X11/fonts/75dpi"
  # path to defoma fonts
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "type1"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
  load "synaptics"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "fr"
  option "XkbVariant" "latin9"
EndSection

Section "InputDevice"
  Identifier "Configured Mouse"
  Driver "mouse"
  option "CorePointer"
  option "Device" "/dev/input/mice"
  option "Protocol" "ExplorerPS/2"
  option "ZAxisMapping" "4 5"
  option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "Protocol"              "auto-dev"
        Option          "Device"                "/dev/psaux"
        Option          "VertScrollDelta"       "100"
        Option          "AccelFactor"           "0.0010"
        Option          "RightEdge"             "5400"
        Option          "MaxTapTime"            "180"
        Option          "TopEdge"               "1900"
        Option          "SHMConfig"             "on"
        Option          "FingerLow"             "25"
        Option          "LeftEdge"              "1900"
        Option          "MaxTapMove"            "110"
#        Option          "MaxTapMove"            "220"
        Option          "MinSpeed"              "0.1"
#        Option          "MinSpeed"              "0.02"
        Option          "FingerHigh"            "30"
        Option          "MaxSpeed"              "0.18"
        Option          "BottomEdge"            "4500"
#        Option          "BottomEdge"            "4000"
        Option          "SendCoreEvents"        "true"
	Option		"Sensitivity"		"4"
    EndSection

#Section "InputDevice"
#  Identifier "Synaptics Touchpad"
#  Driver "synaptics"
#  option "SendCoreEvents" "true"
#  option "Device" "/dev/psaux"
#  option "Protocol" "auto-dev"
#  option "HorizScrollDelta" "0"
#EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "stylus"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "eraser"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  option "Device" "/dev/wacom"# Change to 
  option "Type" "cursor"
  option "ForceDevice" "ISDV4"# Tablet PC ONLY
  # /dev/input/event
  # for USB
EndSection

Section "Device"
  identifier "Intel Corporation Mobile Integrated Graphics Controller"
  boardname "i810"
  busid "PCI:0:2:0"
  driver "i810"
  screen 0
EndSection

Section "Monitor"
  identifier "Generic Monitor"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "Intel Corporation Mobile Integrated Graphics Controller"
  Monitor "Generic Monitor"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    modes "1280x800"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
  InputDevice     "Touchpad"
#  InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
  Mode 0666
EndSection
Section "device" # 
  identifier "device1"
  boardname "i810"
  busid "PCI:0:2:0"
  driver "i810"
  screen 1
EndSection
Section "screen" # 
  identifier "screen1"
  device "device1"
  defaultdepth 24
  monitor "monitor1"
EndSection
Section "monitor" # 
  identifier "monitor1"
  gamma 1.0
EndSection
Section "device" # 
  identifier "device2"
  boardname "VESA driver (generic)"
  busid "PCI:0:2:1"
  driver "vesa"
  screen 0
EndSection
Section "screen" # 
  identifier "screen2"
  device "device2"
  defaultdepth 24
  monitor "monitor2"
EndSection
Section "monitor" # 
  identifier "monitor2"
  gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Et voici mon ~/.kde/share/config/ksynapticsrc

[General]
Edges=-10,-10,21,21
EnableDocking=false
Sensitivity=4

[Scrolling]
CircularScrollTrigger=NoTrigger
EnableCoasting=true
HorizontalScrollDelta=5
VerticalScrollDelta=5

[Tapping]
TapTime=50

Je vous remercie d'avance

Hors ligne

#2 Le 04/05/2007, à 05:15

jjgan

Re : Aidez moi à améliorer le TouchPad de mon Dell inspiron 640m

j'ai un dell inspiron 6000 (le même mais il y a un an)
moi tout marche parfaitement de base sauf le défilement verticale (je ne m'en sert pas)

je voudrais savoir comment désactiver les clics (et laisser que les boutons pour cliquer) en effet le touchpad est tres sensible chez moi du coup je clique sans faire exprès

Merci


http://jerome.phplister2.org/

Hors ligne

#3 Le 04/05/2007, à 10:10

ruri

Re : Aidez moi à améliorer le TouchPad de mon Dell inspiron 640m

Selon ce que j'ai lu sur les autres post, pour désactiver le clique sur le pavé du touchpad, il faut modifier ton fichier xorg.conf de la façon suivante :

Dans la section commencant par :

Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"

tu modifie l'option "MaxTapTime" et tu mets la valeur "0". Mais je n'ai jamais vérifié vu que je cherche l'effet inverse ^_^

Hors ligne