Results 1 to 10 of 13
Any ideas on how to get this mouse's scroll button to work? The other buttons work o.k. but i haven't been able to get the scroll button to function. We're ...
- 01-08-2005 #1
Logitech First Wheel Mouse - Scroll Not Working
Any ideas on how to get this mouse's scroll button to work? The other buttons work o.k. but i haven't been able to get the scroll button to function. We're using Mandrake 10.1. We went to the Logitech website, but there are no downloads for Linux... If we have to edit some conf file, i think we have tried that, but are denied write access in gedit. We can see the file contents, but are unable to edit it.
Have a nice evening!
- 01-08-2005 #2
You have to edit the file as root/superuser. You can do this in KDE by running your editor from ALT+F2 and selecting "Run as a Different User" (something like that
). Type in root here and put in your root password. Now you can edit /etc/X11/xorg.conf.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 01-08-2005 #3Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Also, you can configure the mouse (and scroll) using MCC.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 01-08-2005 #4
Logitech First Wheel Mouse - Scroll Not Working
Thanks guys! The url @ www.google.com/linux was a great help. Didn't know it existed!
Have a happy day!
- 01-20-2005 #5Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
I'm having exactly the same problem, and haven't been able to figure it out. I'm brand new to linux, so I'm kinda stabbing in the dark (I know the basics of UNIX under MacOS X, so I'm not totally hopeless).
What config details did you put in the file? It was /etc/X11/xorg.conf right?
Running Mandrake 10.1 PPC on a G4 iBook, mouse is a basic Logitech USB cheap and nasty thing (it's just called "Optical Mouse"). Like frazelle, the other buttons work fine.
- 01-20-2005 #6
Uh, i think the revelent lines are
IMP/S2
and
ZAxisMapping "4 5"
i'm just working w/o the scroll for the time being,...
sigh
like i mentioned in another post, can't for the life of me understand why something as simple as a blinkin' mouse can't be properly detected automatically on such a polished version of Linux...
Anyway, Have a nice day!!!
- 01-20-2005 #7Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
Under MacOS X I could live without the scroll (and have done so since I got rid of my last scroll mouse in favor of apple's nice simple one button mouse about 2 years ago (I just bought this mouse yesterday)), but linux's UI isn't as well designed, so it's not practicle. Under OS X I usually just slam the mouse to the right edge of the screen, click and drag. But linux has that border around the window, so it doesn't work (can you get rid of both the border and the resize-on-all-edges behavior?).
Thanks for your help, but it's still not working. Here's what I have in /etc/X11/xorg.conf:
Is that correct? Maybe there's something else wrong?Code:Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMP/S2" Option "Device" "/dev/mouse" Option "Buttons" "5" Option "ZAxisMapping "4 5" EndSection
- 01-21-2005 #8
That what i got, except i have Buttons = 3. Don know what else to say. i'm just going to keep checking the forums every once in a while to see if an answer pops up...
Have a nice evening down there in beautiful Australia!
- 01-21-2005 #9Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
From what I understand, button 4 and 5 are scroll up/down. Try changing yours to 5, maybe at least one of us will have a working scroll wheel!
- 01-21-2005 #10
Sounds like a great idea. Who knows, maybe it'll work... Will try it tomorrow when i get a chance. Have a nice evening!


Reply With Quote
