Bonjour à tous ![]()
Je suis en train de configurer le touchpad de mon portable Toshiba (debian testing + openbox).
J’ai suivi cette doc là : http://www.debuntu.org/…complete-guide/3/ et celle-ci : http://www.bxlug.be/articles/243
La seconde doc me demande de changer un fichier que je n’ai pas /etc/X11/XF86Config-4 mais comme la première doc parle de faire la même chose sur xorg.conf, j’ai donc écrit les changements sur le xorg.conf.
Mon xorg.conf : [code]# xorg.conf (X.Org 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 xorg.conf manual page.
(Type “man 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 “ServerLayout”
Identifier “aticonfig Layout”
Screen 0 “aticonfig-Screen[0]-0” 0 0
InputDevice “touchpad”
EndSection
Section “Files”
EndSection
Section “Module”
Load “synaptics”
EndSection
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “XkbRules” “xorg”
Option “XkbModel” “toshiba_s3000”
Option “XkbLayout” “fr”
Option “XkbVariant” “latin9”
EndSection
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
EndSection
Section “InputDevice”
Identifier “Touchpad”
Driver “synaptics”
Option “CorePointer”
Option “Protocol” “auto-dev”
Option “Device” “/dev/psaux”
Option “LeftEdge” “1700”
Option “RightEdge” “5300”
Option “TopEdge” “1900”
Option “BottomEdge” “4200”
Option “FingerLow” “25”
Option “FingerHigh” “30”
Option “MaxTapTime” “180”
Option “MaxTapMove” “220”
Option “VertScrollDelta” “100”
Option “AccelFactor” “0.0030”
Option “MinSpeed” “0.09”
Option “MaxSpeed” “0.18”
Option “SHMConfig” “on”
Option “SendCoreEvents” “true”
Option “Emulate3Buttons” “on”
EndSection
Section “Monitor”
Identifier “Configured Monitor”
Option “PreferredMode” “1600x900”
EndSection
Section “Monitor”
Identifier “aticonfig-Monitor[0]-0”
Option “VendorName” “ATI Proprietary Driver”
Option “ModelName” “Generic Autodetecting Monitor”
Option “DPMS” “true”
EndSection
Section “Device”
Identifier “Configured Video Device”
EndSection
Section “Device”
Identifier “aticonfig-Device[0]-0”
Driver “fglrx”
BusID “PCI:1:0:0”
EndSection
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
EndSection
Section “Screen”
Identifier “aticonfig-Screen[0]-0”
Device “aticonfig-Device[0]-0”
Monitor “aticonfig-Monitor[0]-0”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection[/code]
Il y a également cette doc qui ne parle pas du tout des même options que les deux premières doc. Je ne l’ai pas encore testé et avant de la tester, j’aimerais bien avoir votre avis.
J’ai installé ce paquet : xfree86-driver-synaptics
Pour l’instant le déplacement fonctionne, la molette également mais c’est tout. Le clique gauche ou droit ne fonctionne pas, et je parle même pas du multitouche
.
Merci d’avance,
bece

