Pages : 1
#1 Le 21/03/2005, à 20:10
- joquetino
pb souris logitech desktop mx
Bonsoir,
J'ai une souris logitech, seulement tous les bouttons ne sont pas configurés. Y a t-il un moyen de le faire ? : c'est assez pratique de configurer les bouttons "suivants" et "précédant" lorsque l'on surfe sur le web.
Merci d'avance.
Hors ligne
#2 Le 22/03/2005, à 00:11
- thom
Re : pb souris logitech desktop mx
Tu devrais y arriver avec ça :
##########################################################################
# mouse configuration
The key to being able to program your mouse buttons is to install imwheel. Download and install it using Synaptic or apt-get.
Then, you will modify your /etc/X11/xorg.conf (or XF86Config-4) file to register that your mouse is more than the "standard" five (5) button mouse.
Note: A "standard" 2 (left, right click) + 1 (middle click/scroll) button mouse is actually a five button mouse from X11's perspective! The scroll wheel's up and down action counts as mouse buttons 4 and 5. This means that any mouse with one scroll wheel has two more buttons than you'd expect.
Then, you need to modify your /etc/X11/imwheel/imwheelrc or ~/.imwheelrc files to tell imwheel what to do with a mouse click when it happens in a particular application (see the wikis referenced below for details on what you can do with your imwheelrc or .imwheelrc file).
Note: If you modify ~/.imwheelrc this means that you can customise the imwheel behaviour for each user on the system.
Then, if desired, you have to tell X11 to run imwheel whenever X11 is started (modifying /etc/X11/Xsession.d/60imwheel_start-imwheel _and_ changing IMWHEEL_START=0 to =1 in /etc/X11/imwheel/startup.conf). Alternatly, you can start imwheel manually.
#
#
#
#
# 4 : scroll down
# 5 : scroll up
# 6 : face gauche
# 7 : face gauche
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"
EndSection
$ apt-get install imwheel
$ vim /etc/X11/imwheel/startup.conf
IMWHEEL_PARAMS="-b "0067""
IMWHEEL_START=1
$ vim ~/.imwheelrc
y mettre : ".*"
None, Left, Alt_L|Left
None, Right, Alt_L|Right
###########################################################################
-> Ubuntu on a Sony Vaio VNG-FS115B
-> Wificonfig is a little script aimed to ease the switching between networks, for people who have 2 network cards : a wired one and a wireless one.
Hors ligne
#3 Le 22/03/2005, à 09:07
- O.
Re : pb souris logitech desktop mx
Il y a un lien sur le site officiel Ubuntu, c'est la méthode que j'ai utilisée, ça marche très bien :
http://www.ubuntulinux.org/wiki/IntellimouseMousemanBackForwardButtons
Erreur : pas de clavier détecté. Appuyer sur F1 pour continuer
Hors ligne
#4 Le 22/03/2005, à 20:57
- joquetino
Re : pb souris logitech desktop mx
Salut et merci pour vos réponses,
j'ai suivi vos liens et j'ai configuré ma souris, mais mal : en effet, tous mes bouttons sont programmés, mais n'effectue pas ce que j'aimerai. Dans quel fichier modifier tout ça?
Merci.
Hors ligne
#5 Le 23/03/2005, à 08:56
- O.
Re : pb souris logitech desktop mx
Salut et merci pour vos réponses,
tous mes bouttons sont programmés, mais n'effectue pas ce que j'aimerai. Dans quel fichier modifier tout ça?
Ca fait quoi au lieu de quoi ?
Si tu as utilisé le tutoriel que je t'ai indiqué, la définition des boutons se passe ici :
/etc/X11/imwheel/imwheelrc
Erreur : pas de clavier détecté. Appuyer sur F1 pour continuer
Hors ligne
#6 Le 23/03/2005, à 23:15
- joquetino
Re : pb souris logitech desktop mx
Merci beaucoup, ça marche désormais beaucoup mieux.:)
Hors ligne
#7 Le 22/06/2007, à 19:54
- Ironkill
Re : pb souris logitech desktop mx
Bonjour
Je reprends ce post parce que je planches arrivé aux *, il y en a plusieurs dans le fichier, et je ne sais pas ou rajouter la ligne dans le fichier /etc/X11/imwheel/imwheelrc
Merci a vous
Hors ligne
Pages : 1