Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm using Slackware 12.2, kernel 2.6.28. KDE 3.5.10 desktop. xev is telling me that my "Back" button is button 3 and "Forward" button is 2. Which is realy confusing because those are already mapped on respective mouse buttons. So how can i get those navigation buttons to work?
Are you saying that you have multiple buttons outputting the same codes? I've had a similar problem with my Kensington trackball. A couple of the buttons are duplicated and the rest don't work at all. It's a problem with the standard mouse driver, which doesn't properly support all the extra multimedia buttons on most modern mice.
Try the evdev driver instead; it will probably give you full support for all of your buttons. Just configure your xorg as explained here. Note that evdev has a different set of configuration options and most of the older ones won't work; but in general most mice will work fine without any extra tweaking. You'll probably only need the Identifier, Driver, And Device path in your entry.
Are you saying that you have multiple buttons outputting the same codes?
Yes, mouse button 2 (middle buton under mouse wheel) and "Forward" button are both identified as 'button 2' by xev. Same situation with button 3 and "Back" button.
Quote:
Originally Posted by David the H.
Try the evdev driver instead; it will probably give you full support for all of your buttons. Just configure your xorg as explained here. Note that evdev has a different set of configuration options and most of the older ones won't work; but in general most mice will work fine without any extra tweaking. You'll probably only need the Identifier, Driver, And Device path in your entry.
Will try that as soon as i get home. Gonna post on results later.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.