LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 05-17-2004, 07:54 AM   #1
umeshz
LQ Newbie
 
Registered: May 2004
Location: Mumbai, India
Distribution: RedHat Linux 9 (Shrike)
Posts: 11

Rep: Reputation: 0
Unhappy Scroll wheel of mouse - How to make it work? Redhat 9


Runnning Redhat 9 Using KDE - how to make my logitech serial scroll wheel mouse work?...it does not run on its own...by default the middle button is not working, only right/left-click is working - how does one scroll using the wheel?

I tried many stunts but failed

Any help? thanks in advance.
 
Old 05-17-2004, 08:03 AM   #2
stingx
Member
 
Registered: Oct 2002
Location: NYC
Distribution: Linux Mint 12 Mate
Posts: 54

Rep: Reputation: 15
Make sure your /etc/X11/XF86Config has the following in it:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"

EndSection
 
Old 05-17-2004, 01:16 PM   #3
umeshz
LQ Newbie
 
Registered: May 2004
Location: Mumbai, India
Distribution: RedHat Linux 9 (Shrike)
Posts: 11

Original Poster
Rep: Reputation: 0
well now my red hat linux does not detect mouse or it detect keyboard...

Last edited by umeshz; 05-21-2004 at 07:29 AM.
 
Old 05-20-2004, 09:18 AM   #4
stingx
Member
 
Registered: Oct 2002
Location: NYC
Distribution: Linux Mint 12 Mate
Posts: 54

Rep: Reputation: 15
This is what you call an idiot, people. This is also why it doesn't pay to help anyone. Take note...
 
Old 05-20-2004, 01:26 PM   #5
umeshz
LQ Newbie
 
Registered: May 2004
Location: Mumbai, India
Distribution: RedHat Linux 9 (Shrike)
Posts: 11

Original Poster
Rep: Reputation: 0
stingx hope you can understand my situation - its been a week that i am on linux...

Last edited by umeshz; 05-21-2004 at 07:30 AM.
 
Old 05-21-2004, 06:40 AM   #6
stingx
Member
 
Registered: Oct 2002
Location: NYC
Distribution: Linux Mint 12 Mate
Posts: 54

Rep: Reputation: 15
I thought you were never coming back. Sorry to see you did. Firstly, I am a unix admin of 15 years. Secondly, I gave you very good advice on how to get the scroll wheel working on a redhat system. Thirdly, there was no joke, I get pissed off when I take the time to help someone so that they don't have to struggle at something only to receive a response that you gave.

Based on the little information you provided, the answer you recieved was very good. How you edited you file or what you did is your problem. Take some advice...learn how to communicate in life. All you had to say was you ran into a problem and I would have continued to help you.

And...you know what, forget it...some other fool can deal with you, I'm done...I shouldn;t even have responded to you....
 
Old 05-21-2004, 07:28 AM   #7
umeshz
LQ Newbie
 
Registered: May 2004
Location: Mumbai, India
Distribution: RedHat Linux 9 (Shrike)
Posts: 11

Original Poster
Rep: Reputation: 0
Redhat 9 Shrike using logitech scroll mouse (Serial)/ KDE desktop -

Logged in as root
Copied the following in /etc/X11/XF86Config

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Restarted the PC - and it stopped detecting mouse and keyboard both

Last edited by umeshz; 05-21-2004 at 11:17 AM.
 
Old 05-21-2004, 10:12 AM   #8
Munkur
LQ Newbie
 
Registered: Sep 2003
Location: Sweden
Distribution: Gentoo
Posts: 18

Rep: Reputation: 0
I don't know if this will help you but my XF86Config-4 mouse section looks like this:

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "no"
Option "Emulate3Timeout" "50"
Option "EmulateWheel" "yes"
Option "EmulateWheelButton" "2"
EndSection

It's likely that the reason the mouse stopped working is because you've told it to use the wrong "Device". Try changing:
Option "Device" "..."
to what it was before stingx told you to change it.
I've got my mouse connected through USB, so Device "/dev/mouse" worked best for me. If I use the good old mouse port (like I did before) I used Device "/dev/psaux"

Hope this is of any help...
 
Old 05-21-2004, 10:17 AM   #9
Munkur
LQ Newbie
 
Registered: Sep 2003
Location: Sweden
Distribution: Gentoo
Posts: 18

Rep: Reputation: 0
One more thing...
Is it possible that when you changed the identifier of the mouse to "Mouse0", as stingx recommended, that you forgot to change the server layout section:

With my mouse configuration like in the above post my server layout looks like this:

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

Notice that InputDevice "Mouse1" "CorePointer" tells XFree86 (your X server) which mouse to use (if you have a few mouse configurations in the same file - for some reason).
 
Old 05-21-2004, 12:40 PM   #10
stingx
Member
 
Registered: Oct 2002
Location: NYC
Distribution: Linux Mint 12 Mate
Posts: 54

Rep: Reputation: 15
If you take note of my original response, what he was supposed to check for was what I had in bolded type. Nowhere did I state he should change the identifier of the mouse. Specifically, all that is ultimately important for the scroll to work is the line:

Option "ZAxisMapping" "4 5"

Now if he came back, missus the childlike attitude, I would have gladly helped him out further. See this is why I don't think Linux is for everyone or at least people that need to have everything spelled out to the letter. I made, mistakenly, an assumption that he knew not to change his mouse device and to simply check the other settings. Not in my wildest imagination did I assume he would cut and paste that example into his own config file. Now, if he came back and stated what he did without the dramatics, it would have been apparent and help would have been offered. I guess he did learn something, though, from this...backup a file before editing it.
 
Old 05-21-2004, 01:35 PM   #11
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
I'm surprised that nobody has responded to this harsh response from stingx.
Quote:
This is what you call an idiot, people. This is also why it doesn't pay to help anyone. Take note...
Quote:
I thought you were never coming back. Sorry to see you did.
Quote:
And...you know what, forget it...some other fool can deal with you, I'm done...I shouldn;t even have responded to you....
I hope a lot more people than me were offended by this.
Sorry, I couldn't just let it pass without some sort of public response.

edit: I just noticed that umeshz edited out some offensive comments.

Last edited by itsjustme; 05-21-2004 at 02:27 PM.
 
Old 05-21-2004, 02:15 PM   #12
Munkur
LQ Newbie
 
Registered: Sep 2003
Location: Sweden
Distribution: Gentoo
Posts: 18

Rep: Reputation: 0
Now I haven't been a system administrator for 15 years so I just base my answers on how I would like to be answered, which means a lot of explanation on how things work and why...

But I can perhaps agree with you about help vs. childlike behavior. The thing is umeshz had edited away some offensive comments (like itsjustme noticed and I never saw). I wouldn't have helped him if he was being rude and offensive. (You could have answered in a more sophisticated and polite way... but that's another story).

My point with this post (to all newbies): If you want help, act like a grown up and ask politely, then people will help (stingx has already said this, I'm just emphasizing).
 
Old 05-21-2004, 03:09 PM   #13
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I don't know if any of you have noticed, but it is likely that English is not the first language of Umeshz. Therefore, the posts may not be in a format you personally find acceptable.

With that in mind, Stingx's first response was not very helpful. If he had explained more fully what he thought should be done, the remainder of the posts may not have been necessary. His post was unneeded and franly reflects badly on this site.

Here's a tip - if you don't want to help someone after a few tries, just stop posting. Unsubscribe from the thread and move on. We have a large number of members from all around the world and someone is likely to post who is prepared to be patient.

If anyone disagrees with my post, please feel free to discuss it with me via email. Alternatively, discuss it with the Site Admin.
 
Old 05-21-2004, 03:17 PM   #14
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
I agree.
Quote:
Originally posted by XavierP
His post ... reflects badly on this site.
And that was my concern.
Thanks...
 
Old 05-21-2004, 10:49 PM   #15
stingx
Member
 
Registered: Oct 2002
Location: NYC
Distribution: Linux Mint 12 Mate
Posts: 54

Rep: Reputation: 15
My apologies. I wouldn't hang around here if I didn't like offering up help. Sometimes you have a bad day at work, you know how it goes. I shouldn't have snapped at the guy even though his responses, which he so conveniently edited out to make him look innocent, were just ridiculous. Anyway...done with this thread. Next time I'll just choose not to pursue the issue.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make Mouse Scroll work on Slackware 10.1 thenowherekid Slackware 16 02-07-2006 01:54 AM
mouse scroll wheel dasy2k1 Linux - Newbie 1 10-07-2005 07:25 PM
4d wheel mouse - scroll wheel no worky CamelofCamelot Linux - Hardware 1 10-28-2004 08:33 PM
How do i make mouse wheel scroll page in KDE? glenn69 Linux - Newbie 3 09-18-2004 11:04 AM
Scroll wheel doesn't work with mouse Match Linux - Hardware 14 04-12-2004 07:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 04:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration