LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-27-2003, 08:13 AM   #1
fwee
LQ Newbie
 
Registered: May 2003
Posts: 8

Rep: Reputation: 0
Question how to get Mouse wheel working


kk I've got a Logitech Dual optical mouse USB, Works fine except the mouse wheel. I cant scroll n what not. Is there a way to get it working again?

Cheers
 
Old 05-27-2003, 08:24 AM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Hint -
Option "ZAxisMapping" "4 5"
where? I live it to you it's been discussed numerous times.
 
Old 05-27-2003, 08:32 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
have you tried searching this site? this has been asked a huge number of times, and is quite easy to resolve.
 
Old 05-27-2003, 08:36 AM   #4
fwee
LQ Newbie
 
Registered: May 2003
Posts: 8

Original Poster
Rep: Reputation: 0
hehe. I did search and got about 2000 results. First few pages didnt yield anythin but Ill keep lookin.

Thx
 
Old 05-27-2003, 09:13 AM   #5
fwee
LQ Newbie
 
Registered: May 2003
Posts: 8

Original Poster
Rep: Reputation: 0
Done and done.

thx and sorry for me er...slacking?
 
Old 05-27-2003, 09:17 AM   #6
hookabob
LQ Newbie
 
Registered: May 2003
Location: Chicagoland
Distribution: Slackware 9.0
Posts: 5

Rep: Reputation: 0
Smile Answer for you

Open up your XF86Config file, go to the Input Devices section, look for your "Mouse" or "Mouse1" identifier, and under it, add:

Option "ZAxisMapping" "4 5"

Sorry to everyone else who wanted him to search, but I'm a fellow newbie Slacker and I just fixed it for myself...this is a HUGE forum, and the guy needed an answer, not a lesson in Gophering. Just my 2 cents.
 
Old 05-27-2003, 09:21 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
he said he's already done it successfully....
 
Old 05-27-2003, 10:20 AM   #8
cratos
Member
 
Registered: Feb 2003
Posts: 95

Rep: Reputation: 15
I also had to add the line
Option "Buttons" "5" and change the Option "Protocol" line to "IMPS/2"
 
Old 05-27-2003, 11:15 AM   #9
hookabob
LQ Newbie
 
Registered: May 2003
Location: Chicagoland
Distribution: Slackware 9.0
Posts: 5

Rep: Reputation: 0
Quote:
Originally posted by acid_kewpie
he said he's already done it successfully....
He just happened to post as I was writing my post...my bad
 
Old 07-04-2003, 03:59 AM   #10
gandhiano
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Rep: Reputation: 0
I have ZAxisMapping and it still doesn't work...

I have got everything setup as usual, but my Logitech optical wheel mouse still doesn't scroll. This is strange, as I haven't had any problem in the past configuring a wheel mouse (even this one, on the same laptop).

Here are the relevant sections of my XF86Config


Code:
# Laptop touch mouse
Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons"
EndSection

# Logitech USB optical wheel mouse
Section "InputDevice"
    Identifier  "MouseUSB"
    Driver      "mouse"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "imps/2"
    Option	"ZAxisMapping"	"4 5"
    Option	"Buttons"	"5"
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    InputDevice "MouseUSB" "CorePointer"
    InputDevice "Mouse1" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Thanks for any help.

Gualter
 
Old 07-04-2003, 02:53 PM   #11
srenar
Member
 
Registered: Jul 2003
Posts: 31

Rep: Reputation: 15
change this line
Option "Protocol" "imps/2"
to
Option "Protocol" "IMPS/2"
 
Old 07-05-2003, 05:44 AM   #12
gandhiano
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Rep: Reputation: 0
Unhappy

Quote:
Originally posted by srenar
change this line
Option "Protocol" "imps/2"
to
Option "Protocol" "IMPS/2"
It still doesn't work...
 
Old 07-05-2003, 07:18 AM   #13
ronin77
LQ Newbie
 
Registered: Jun 2003
Posts: 11

Rep: Reputation: 0
try adding

Option "CorePointer" "true"

Under the # Logitech USB optical wheel mouse section
 
Old 07-06-2003, 02:09 PM   #14
gandhiano
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by ronin77
try adding

Option "CorePointer" "true"

Under the # Logitech USB optical wheel mouse section
Doesn't work either

I figured out that, somehow, the USB mouse is working not through the XF86Config but through something else. I took out the USB mouse from the ServerLayout section and it just works exactly in the same way after restarting X (which means it works fine, but without the wheel mouse...)

Any idea on where is the mouse being configured and how do I turn it off or put it doing wheel scrolling?
 
  


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
PS2 wheel mouse/wheel not working jayhel Linux - Hardware 2 06-18-2006 06:54 PM
How do I get my mouse wheel working? Faceless42001 Slackware 2 08-16-2004 12:56 PM
mouse wheel not working curmudgeon42 Linux - General 3 08-13-2004 04:13 PM
mouse wheel not working oldi Slackware 7 04-19-2004 04:39 PM
mouse wheel not working edu2 Linux - Newbie 9 09-28-2003 06:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:38 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