On Wed, 2002-08-14 at 13:58, Michael Lausch wrote:
> On Wed, 2002-08-14 at 21:02, Scott Bronson wrote:

> > Section "InputDevice"
> >         Identifier      "Configured Mouse"
> >         Driver          "mouse"
> >         Option          "CorePointer"
> >         Option          "Device"                "/dev/input/mice"
> >         Option          "Protocol"              "ImPS/2"
> >         Option          "Buttons"               "7"
> >         Option          "ZAxisMapping"          "6 7"
> > EndSection
> > 
> put 
> xmodmap -e "pointer = 1 2 3 6 7 4 5"

OK, I've set up my XF86Config as above and run xmodmap.
The output of xmodmap -pp:

There are 7 pointer buttons defined.

    Physical        Button
     Button          Code
        1              1
        2              2
        3              3
        4              6
        5              7
        6              4
        7              5


So, everything looks OK.  Scrolling works again.
However, the extra buttons are still reporting as
buttons 2 and 3!  According to xev:

button 1 == button 1
button 2 == button 2
button 3 == button 3
scroll up == button 4
scroll down == button 5
extra 1 == button 2
extra 2 == button 3


So, the above results in exactly the same behavior as putting:

   Buttons "7"
   Options "ZAxisMapping "4 5"

in XF86Config and xmodmap -e "pointer = 1 2 3 4 5 6 7".

Is there anything else I can try?
    
    - Scott





-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to