LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-02-2003, 04:12 AM   #1
CryptDragoon
Member
 
Registered: Oct 2003
Location: $RANDOM
Posts: 122

Rep: Reputation: 15
Why is my mouse wheel not working?


Hey! I have a little problem my mouse wheel doesn't work.. I have a normal logitech usbs/2 mouse. but the freex86 server won't let it scroll even with the settings to make it scroll can someone help? or does anyone know what I can do to make it scroll?
 
Old 11-02-2003, 04:35 AM   #2
Dr. Ephemeron
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1 & Fedora Core 4
Posts: 84

Rep: Reputation: 15
Section "InputDevice"

driver "mouse"
Identifier "Mouse1"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"

EndSection

Make sure there are not 2 InputDevice sections for mice, if you are adding to the second section, it won't work. Add it to the first section and get rid of the second one.
 
Old 11-02-2003, 12:50 PM   #3
DarknessX
Member
 
Registered: Jun 2003
Location: New Jersey, USA
Distribution: Slackware & Debian
Posts: 37

Rep: Reputation: 15
Download and install imwheel and configure your XF86Config file according to the imwheel manpage (man imwheel).

That should do it.
 
Old 11-02-2003, 01:50 PM   #4
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Rep: Reputation: 30
Quote:
Originally posted by Dr. Ephemeron
Section "InputDevice"

driver "mouse"
Identifier "Mouse1"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"

EndSection
I don't know for sure if that will work with USB... I have the same mouse and mine runs with a section like this...

Section "InputDevice"

Driver "mouse"
Identifier "Mouse1"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"

EndSection

The device might need to be /dev/input/mice, thought the other may work as well I've found instances where it won't. /dev/mouse should be linked to /dev/input/mice I guess... And as far as the "Buttons" "5" I thought that only needed to be set to the number of buttons on the mouse. such as 3 for a usb wheel mouse with no extra buttons. As far as I know you have left click right click, middle click, and that it, the movement of the wheel doesn't count towards a button. Any comments?

Last edited by Astro; 11-02-2003 at 01:51 PM.
 
Old 11-02-2003, 02:04 PM   #5
DarknessX
Member
 
Registered: Jun 2003
Location: New Jersey, USA
Distribution: Slackware & Debian
Posts: 37

Rep: Reputation: 15
it needs 5 buttons:
Left Click
Right Click
Middle Click
Mousewheel UP
Mousewheel DOWN
 
Old 11-02-2003, 02:13 PM   #6
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Rep: Reputation: 30
I don't understand how those are considered "buttons" however. Mine works successfully with "3" every time I have installed it. Therefor rather than possibly wasting something by allocating enough for 5 buttons why not use three if it works?
 
Old 11-03-2003, 02:28 PM   #7
Dr. Ephemeron
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1 & Fedora Core 4
Posts: 84

Rep: Reputation: 15
Quote:
Originally posted by Astro
I don't know for sure if that will work with USB... I have the same mouse and mine runs with a section like this...

Section "InputDevice"

Driver "mouse"
Identifier "Mouse1"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"

EndSection

The device might need to be /dev/input/mice, thought the other may work as well I've found instances where it won't. /dev/mouse should be linked to /dev/input/mice I guess... And as far as the "Buttons" "5" I thought that only needed to be set to the number of buttons on the mouse. such as 3 for a usb wheel mouse with no extra buttons. As far as I know you have left click right click, middle click, and that it, the movement of the wheel doesn't count towards a button. Any comments?
I have a Logitech USB Wheel Mouse and it works for me.
 
Old 11-03-2003, 02:49 PM   #8
Wonderer
Member
 
Registered: Oct 2003
Location: London, UK
Distribution: Slackware 9.0
Posts: 58

Rep: Reputation: 15
Quote:
Originally posted by Dr. Ephemeron
I have a Logitech USB Wheel Mouse and it works for me.
I also have the same mouse and was using it WIHTOUT button Option and it was working fine.

I have added the option just in case

Code:
Section "InputDevice"

driver "mouse"
Identifier "Mouse1"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
I had the same setings is gentoo [http://www.gentoo.org/doc/en/desktop.xml] and that was what I set in Slack.

 
Old 12-06-2003, 11:41 PM   #9
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Rep: Reputation: 30
for my mouse protocol is "PS/2" whats the difference between that and "IMPS/2"?

is IMPS/2 required for schroling with the wheel?

I added all the other stuf described by the first poster inclufing making the # of buttons 5. but still no effect, I even went into xev (X Event Viewer) to see if mabee mozilla just didnt know what to do with the input, but even xev was un responsive to me moving my mouse wheel.

FYI: I have a Logitec USB wheel mouse but its pluged it the ps/2 port cause I have one of those USB to PS/2 adapters

Last edited by e1000; 12-06-2003 at 11:56 PM.
 
Old 12-07-2003, 07:05 AM   #10
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Quote:
Originally posted by e1000
for my mouse protocol is "PS/2" whats the difference between that and "IMPS/2"? ...
IMPS/2 is the "IntelliMouse" PS/2 protocol. But it also works for most Logitech wheel mice, too.
 
Old 12-07-2003, 11:41 AM   #11
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Rep: Reputation: 30
ok, I just changed my protocol to IMPS/2 and wow, my mouse wheel works now, thanks for the help.

Last edited by e1000; 12-07-2003 at 11:48 AM.
 
Old 12-23-2003, 04:04 AM   #12
THEHERO
Member
 
Registered: Aug 2003
Distribution: Debian Testing
Posts: 165

Rep: Reputation: 30
I have a logitech MouseMan Wheel that is ps2 and uses a ball . What do i need to change to make this work? and where is the file to change

thanks

Last edited by THEHERO; 12-23-2003 at 04:08 AM.
 
Old 12-23-2003, 06:03 AM   #13
kc00l
Member
 
Registered: Oct 2003
Location: France/Italy
Distribution: Slackware Current
Posts: 83

Rep: Reputation: 15
Quote:
Originally posted by THEHERO
I have a logitech MouseMan Wheel that is ps2 and uses a ball . What do i need to change to make this work? and where is the file to change

thanks
Read these before:
XFree86 Mouse Documentation
$man XF86Config

/etc/X11/XF86Config

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Last edited by kc00l; 12-23-2003 at 06:05 AM.
 
Old 12-24-2003, 01:15 AM   #14
THEHERO
Member
 
Registered: Aug 2003
Distribution: Debian Testing
Posts: 165

Rep: Reputation: 30
Thanks a lot I tried what you told me to do and looked at the documentation and changed it to

Option "Protocol" "MouseManPlusPS/2"

and everything worked.

This is why i switched to slackware I have learned something new every day.
 
Old 12-24-2003, 01:21 AM   #15
THEHERO
Member
 
Registered: Aug 2003
Distribution: Debian Testing
Posts: 165

Rep: Reputation: 30
Does anyone know what IBM laptops would be considered as. It is the little red dot in the middle of the keyboard?

Thanks
 
  


Reply

Tags
mouse, scroll, scrolling, usb



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 edu2 Linux - Newbie 9 09-28-2003 06:00 PM
how to get Mouse wheel working fwee Slackware 13 07-06-2003 02:09 PM

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

All times are GMT -5. The time now is 08:49 AM.

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