A voir également:
- Souris A'tech
- Comment activer le pavé tactile sans souris - Guide
- Autoclick souris - Télécharger - Divers Utilitaires
- Souris ordinateur - Guide
- Curseur souris disparu - Guide
- Souris inversée - Guide
3 réponses
Bonjour,
Vous avez fait un post ailleur et un lien était mentionné : http://doc.ubuntu-fr.org/souris_a4tech_cordless
Tout est dans la section InputDevice du fichier /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "false"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 7 6"
EndSection
Il faut adapter les 3 dernières options et eventuellment vérifier le bon Device.
Par la suite l'auteur propose imwheelrc. A voir si c'est utile pour programmer les boutons.
Voir l'adaptation de firefox : http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Firefox+XAxisMapping+(horizontal+scrolling
Pour les 2 axes : http://forum.ubuntu-fr.org/viewtopic.php?id=41157
Cordialement,
Vous avez fait un post ailleur et un lien était mentionné : http://doc.ubuntu-fr.org/souris_a4tech_cordless
Tout est dans la section InputDevice du fichier /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "false"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 7 6"
EndSection
Il faut adapter les 3 dernières options et eventuellment vérifier le bon Device.
Par la suite l'auteur propose imwheelrc. A voir si c'est utile pour programmer les boutons.
Voir l'adaptation de firefox : http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Firefox+XAxisMapping+(horizontal+scrolling
Pour les 2 axes : http://forum.ubuntu-fr.org/viewtopic.php?id=41157
Cordialement,
# 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 "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "oss" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "InputDevice" Identifier "Custom-Mouse" Driver "evdev" Option "SendCoreEvents" "true" Option "Name" "A4Tech RF USB Mouse" Option "Phys" "usb-*/input0" Option "XAxisButtons" "6 7" Option "YAxisMapping" "4 5" Option "Buttons" "7" Option "ButtonMapping" "1 2 3 7 6" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Configured Mouse" InputDevice "Custom-Mouse InputDevice "Synaptics Touchpad" EndSection
Donc j'ai tenté, sans résultat,
je voudrais avoir un axe par molette de ma souris
le premier bouton programmable = double clic gauche
le deuxième bouton programmable = activer/desactiver touchpad
PS: liens du matériel http://www.a4tech.com/ennew/product.asp?cid=1&scid=5&id=128