On Tue, 2005-07-19 at 08:16 -0500, Ron Lau wrote:
> The strangest thing has happened.
> 
> I upgraded from SuSE 9.2 to 9.3 (xfree to xorg).
> 
> My MS intellimouse USB 1.1a Optical (7 buttons) used to have all 7
> buttons in 9.2, but in 9.3 I can get only 5 (right/left/middle/wheel). 
> 
> And even worse, I only get 3 in e17 (no wheel).  But in e16, the wheel
> works.
> 
> ????????? 
> 

This is how I got the 7 buttons to work again, if anyone cares.

SuSE 9.3 / nvidia drivers


xorg.conf
==========
....
Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "7"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImExPS/2 Generic Explorer Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "6 7"
EndSection
.....

and I do a 

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

for left-hand mouse and for the wheel to work.  so wheel is 5/6 and the
side buttons are  4/5.  

I got this from   http://gentoo-wiki.com/HOWTO_Mouse_Scrollwheel





-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to