Results 1 to 10 of 10
hey
I am running Mepis3.4-3 and my mouse's scrollwheels(i have 2) don't work.
BUT, i can use one wheel as a button and this works (3th button I guess) ...
...
- 04-03-2006 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 47
mouse scrollwheel doesn't work **SOLVED**
hey
I am running Mepis3.4-3 and my mouse's scrollwheels(i have 2) don't work.
BUT, i can use one wheel as a button and this works (3th button I guess) ...
please help me
- 04-03-2006 #2
Take a look at your /etc/X11/xorg.conf file in a text editor and paste the contents of the "InputDevice" section. It should look similar to (but not exactly like) this:
Code:Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" EndSectionRegistered Linux user #270181
TechieMoe's Tech Rants
- 04-03-2006 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 47
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
"Emulate3Buttons" "no" -->> this was originally on "true", i changed and no result
BTWthis is my mouse
http://www.a4tech.com/en/product2.as...D=8&MNO=WOP-35
- 04-03-2006 #4
Try changing PS/2 to IMPS/2. Worked for me.
- 04-03-2006 #5
Is that the only mouse section in your xorg.conf? Sometimes more than one can be listed and you will have more luck with a different section.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 04-03-2006 #6Just Joined!
- Join Date
- Dec 2004
- Posts
- 47
that's the only section and changing to IMPS/2 doesn't help
- 04-03-2006 #7
Also try changing /dev/psaux to /dev/input/mice
On my machine, if I cant get the one to work, I try the other.
How many buttons does this mouse have?How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-04-2006 #85, according to the site he linked to above. And 2 scroll wheels.
Originally Posted by budman7 Registered Linux user #270181
TechieMoe's Tech Rants
- 04-04-2006 #9Just Joined!
- Join Date
- Dec 2004
- Posts
- 47
this works after rebooting
Originally Posted by oosterhouse
- 04-04-2006 #10
Oh, yeah, it should have been mentioned earlier that any changes to your xorg.conf only take effect after you restart the X server. You can do that by hitting CTRL-ALT-BACKSPACE, which restarts X without having to reboot the whole system. Or a reboot works too, it just takes longer.
Stand up and be counted as a Linux user!


Reply With Quote
