Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-02-2005, 02:28 PM
|
#1
|
|
Member
Registered: Jun 2001
Posts: 274
Rep:
|
Xorg mouse wheel dead with xev
Using xev to test this xorg.conf means that only 3 buttons are working, not the scroll and side buttons. I just can't seem to get them working?
Code:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse2"
Option "ButtonNumber" "7"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "InputFashion" "Mouse"
Option "Name" "USB-Mouse;ExplorerPS/2"
# Option "Protocol" "ExplorerPS/2" #tried both protocols
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "6 7"
EndSection
|
|
|
|
06-02-2005, 02:57 PM
|
#2
|
|
Senior Member
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038
Rep:
|
what mouse is not working??
you have 2 there, and only 1 can be the core pointer ...
if its the first, move the "ZAxisMapping" up there, its needed i think
|
|
|
|
06-04-2005, 02:41 PM
|
#3
|
|
Member
Registered: Apr 2005
Location: Las Vegas, Nevada, USA
Distribution: Ubntu Intrepid Ibex (8.10)
Posts: 129
Rep:
|
Yeah, ZAxisMapping needs to be set to "4 5", like this:
[code]
Section "InputDevice"
.
.
.
Option "ZAxisMapping" "4 5"
|
|
|
|
06-05-2005, 12:16 AM
|
#4
|
|
Senior Member
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038
Rep:
|
actually, the mapping tells X about the scroll buttons, and is the last 2 buttons usually. since i have a trackball with 4 buttons + scroll wheel, i use a mapping of "5 6" with 6 buttons. using a mapping of "4 5" effectively kills 1 button. Since he seems to have 7 buttons, he needs a mapping of "6 7" or the wheel (or other buttons) wont work
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:21 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|