in your XF86Config, there will be a mouse section, in mine, I have a microsoft mouse on /dev/ttyS0 I need the line from my XF86Config ........... # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Emulate3Buttons Emulate3Timeout 50 # ChordMiddle is an option for some 3-button Logitech mice # ChordMiddle ............... the Emulate3Buttons is what does it for me, as you can see just below that you may need to use ChordMiddle, for your three(??) button mouse. Hope this points you a little closer.. Richard Morin [EMAIL PROTECTED] On Sun, 9 Mar 1997, Alexander Koch wrote: > Quoting Daniel Karlsson ([EMAIL PROTECTED]): > > Now I've almost got the mouse to work in X. It's only the middle button that > > doesn't want to work. How do I make it work? > > Somewhere when configuring X you have to choose a protocol for your mouse > that is somewhat like those for gpm (try gpm -t help). If you cannot use > the middlebutton you may have selected the usual m$ mouse instead of mman > (Mouseman) or MouseSystems. Just play around with the mouse selections in > xf86config (I do not yet know where this is to be done in debian). > > Alexander >