Hello, Thanks for that. Unfortunately this procedure doesn't seem to work for the Logitech MouseManPlusPS/2 protocols. Do you have any experience with the Logitech mice ? Should I be using a different protocol ? IMPS/2 and ExplorerPS/2 don't work at all. Is there anything I can do to see what is coming from the mouse given that xev shows absolutely nothing for buttons 4, 5, 6 & 7. These mice work fine under Windows so the PS/2 port is working correctly. I am coming to the conclusion that Logitech mice will never be fully supported by X :-( which is a shame as M$ mice are a lot more pricey :-( and I've now got bloomin' loads of them trying to find one that works under X !!! Thanks, Owen On Tuesday 25 Nov 2003 12:11 pm, you wrote: > Hi Owen, > > I use Microsoft IntelliMouse Explorer successfully with X 4.3.0. The > section in XF86Config is not enough to get it working. First problem is > that wheel stops working as it's now remapped to buttons 6 and 7 and > applications expect 4 and 5. > > To correct this you need to execute: > > xmodmap -e "pointer = 1 2 3 6 7 4 5" - best as a part of a X startup > script. > > Now wheel works fine but if you want to get use of other buttons you > have to use imwheel. I include my imwheelrc that I use for KDE. > > Regards, > Ing. Jozef Sakalos > jsakalos@xxxxxxxxx > > The config is: > XF86Config: > ------------------------------------- > Section "InputDevice" > Driver "mouse" > Identifier "Mouse[1]" > Option "AlwaysCore" "on" > Option "Emulate3Buttons" "off" > Option "Buttons" "7" > Option "Device" "/dev/psaux" > Option "Protocol" "ExplorerPS/2" > Option "ZAxisMapping" "6 7" > EndSection > ------------------------------------- > > imwheelrc: > ------------------------------------- > ".*pdf$" > None, Up, Up > None, Down, Down > None, Left, Control_L|Left > None, Right, Control_L|Right > @Exclude > > "Open File.*" > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > "VIM[1-9]*$" > None, Left, Control_L|o > None, Right, Control_L|i > @Exclude > > "Pixie$" > None, Down, Down > None, Up, Up > @Exclude > > ".*Konqueror$" > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > ".*Mozilla.*" > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > > ".*" > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > ".*Netscape.*" > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > > ".*Quanta$" > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > "^.*Mozilla." > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > # KView > "^.KView" > None, Left, Page_Down > None, Right, Page_Up > @Exclude > > ".^KuickShow" > None, Left, Page_Down > None, Right, Page_Up > @Exclude > > > ".*" > None, Down, Down > None, Up, Up > None, Left, Page_Up > None, Right, Page_Down > @Exclude > > "()" > None, Left, Alt_L|Left > None, Right, Alt_L|Right > @Exclude > > #@Priority=-1000 > @Exclude > #@Repeat > ------------------------------------- > > On Monday 24 November 2003 21:31, OS wrote: > > If you get this going please let me know. I have submitted reports to > > XFree86 but so far they have all been ignored ! It appears that there > > are some Logitech mice for which X see no button events at all beyond > > 1 & 2. I have a variety of Logitech wheel mice. The only one that > > works with the scroll wheel is one that came with a serial converter. > > When it is used on the serial port the scroll wheel works just fine, > > but plug it into the PS/2 port and it becomes a 2 button mouse ! None > > of the other mice will work with the serial adaptor and they all work > > just fine under Windows (so the PS/2 port works just fine). > > > > Thanks, > > Owen > > > > On Monday 24 Nov 2003 7:58 am, Alon Weinstein wrote: > > > Arrrrrrgh..... you were right :) I wrote "Buttons "7" instead of > > > "Buttons" "7" :) > > > > > > Anywho.... after I set that the extra buttons behave weired -- the > > > scroller doesn't scroll up/down, I guess I just need to do some > > > configuration tweaking. Thanks. > > > > > > David Dawes wrote: > > > > On Sun, Nov 23, 2003 at 09:56:16PM +0200, Alon Weinstein wrote: > > > >>Hello all. > > > >> > > > >>I use a Logitech MX700 optical-cordless mouse, which has 7 > > > >> buttons (like an MS-Explorer mouse has.) > > > >>I found a few pages on the web explaining how to use those 7 > > > >> buttons, all of which specify the following setup for the > > > >> mouse's InputDevice section: > > > >> > > > >> Section "InputDevice" > > > >> Identifier "Mouse0" > > > >> Driver "mouse" > > > >> Option "Protocol" "ExplorerPS/2" > > > >> Option "Device" "/dev/psaux" > > > >> Option "ZAxisMapping" "6 7" > > > >> Option "Buttons" "7" > > > >> EndSection > > > >> > > > >>I've tried using this setup, and got the following error when I > > > >> start > > > >> > > > >>X:Parse error on line 101 of section InputDevice in file > > > >> /etc/X11/XF86Config "7" is not a valid keyword in this section. > > > >>(EE) Problem parsing the config file > > > >>(EE) Error parsing the config file > > > >> > > > >>Line "101" is the line which specifies "Option "Buttons" "7"". > > > > > > > > Could you send the complete config file? This looks like a basic > > > > parsing problem, not a problem specific to the value "7". > > > > > > > > David > > > > > > _______________________________________________ > > > XFree86 mailing list > > > XFree86@xxxxxxxxxxx > > > http://XFree86.Org/mailman/listinfo/xfree86 > > > > _______________________________________________ > > XFree86 mailing list > > XFree86@xxxxxxxxxxx > > http://XFree86.Org/mailman/listinfo/xfree86 _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86