Souris A'tech

bonhomme lego -  
 bonhomme lego -
Bonjour,

J'ai installé ubuntu récement et je n'arrive toujours pas à faire fonctionner ma souris completement

- Le nom complet + la marque
Marque, A4tech modèle, RP-649Z

- un lien du produiy
http://www.a4tech.com/ennew/download%20 … um=RP-649Z

- Si il s'agit d'un produit USB, lancez la commande 'lsusb'
Bus 003 Device 002: ID 09da:001a A4 Tech Co., Ltd Wireless Mouse & RXM-15 Receiver

- Indiquer aussi votre version d'Ubuntu (Warty, Hoary, ...) ainsi que la version de votre kernel (tapez 'uname -a' pour le retrouver),
Linux bonhomme-laptop 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 GNU/Linux

- le problème est le suivant, c'est une souris avec deux molettes (pour le défilement horizontal et vertical) et donc sur les deux je suis en défilement vertical.
- j'ai deux boutons lateral que je voudrais parametrer (ex: double clic, copier...)
- mon pavé souris du pc portable ne se désactive pas quand je branche ma souris
Configuration: Linux
Firefox 3.0.2

3 réponses

  1. kiki
     
    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,
    0
  2. bonhomme lego
     
    # 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
    0
  3. bonhomme lego
     
    toujours pas de réponse??

    c'est dommage, j'ai une super souris et pas moyen de m'en servir sur ubuntu, c'est triste

    et le plus c.. c'est que sur vista tout fonctionnais sans l'installation, snif, snif...
    0