[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mouse



Eu tenho um Logitech parecido, o
/usr/share/doc/xserver-xfree86/README.mouse.gz do woody explica como
configurar esse tipo de mouse. 
Caso nao tenha nada parecido no potato segue um trecho dele:

For the MS IntelliMouse Explorer which as a wheel and 5 buttons, you may
have
the following InputDevice section.

     Section "InputDevice"
          Identifier     "IntelliMouse Explorer"
          Driver         "mouse"
          Option         "Device"  "/dev/mouse"
          Option         "Protocol"     "ExplorerPS/2"
          Option         "Buttons" "7"
          Option         "ZAxisMapping" "6 7"
     EndSection

The IntelliMouse Explorer has 5 buttons, thus, you should give "7" to the
Buttons option if you want to map the wheel movement to buttons (6 and 7).
With this configuration, the correspondence between the buttons and button
numbers will be as follows:

     Physical Buttons    Reported as:
     ------------------------------------
     1 Left Button         Button 1
     2 Wheel Button        Button 2
     3 Right Button        Button 3
     4 Side Button 1            Button 4
     5 Side Button 2            Button 5
     6 Wheel Negative Move      Button 6
     7 Wheel Positive Move      Button 7

You can change button number assignment using xmodmap AFTER you started
the X
server with the above configuration.

          xmodmap -e "pointer = 1 2 3 4 7 5 6"

The above command will moves the side button 2 to the button 7 and make
the
wheel movement reported as the button 5 and 6.  See the table below.

     Physical Buttons    Reported as:
     ------------------------------------
     1 Left Button         Button 1
     2 Wheel Button        Button 2
     3 Right Button        Button 3
     4 Side Button 1            Button 4
     5 Side Button 2            Button 7
     6 Wheel Negative Move      Button 5
     7 Wheel Positive Move      Button 6

-------------------------------------------------------------------------
[]'s
Edson 


On Fri, 15 Dec 2000, thiago volpi ramos wrote:

> Meu mouse é um Microsoft IntelliMouse 1.2A com entrada em PS/2. Estou 
> acostumado navegando pela Internet e em documentos a usar o botão do meio 
> para fazer correr a página. Posso habilitar esse botão no Linux?
> -- 
> Thiago Raffa Volpi Ramos
> 
> 
> --  
> To UNSUBSCRIBE, email to debian-user-portuguese-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 




Reply to: