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 08-02-2002, 01:10 AM   #1
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Rep: Reputation: 30
Lightbulb Scrolling Question ?


Is it possible to get the scroll wheel on my mouse to work again?
It works on windows, but Not sure how to get it to work on Slackware 8.1

"Any Help is Greatly Appreciated"
 
Old 08-02-2002, 01:34 AM   #2
Gameon
Member
 
Registered: Jan 2002
Location: Kuopio, Finland
Distribution: Debian
Posts: 37

Rep: Reputation: 15
Ditto. I can't get my mouse wheel working either (using Red Hat 7.3). The mouse is a logitech two button mouse with the wheel as a third button. Unfortunately I don't know more about the mouse. It worked fine on Windows though.
 
Old 08-02-2002, 01:54 AM   #3
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
That's Funny I have the same mouse, maybe this is a Logitech Conspiracy?
 
Old 08-02-2002, 03:17 AM   #4
XPmandrake
LQ Newbie
 
Registered: Jun 2002
Location: Gold Coast, Australia
Distribution: Slackware8.1 & WinblowsXP
Posts: 29

Rep: Reputation: 15
there is something u need to add to a file, im a n00b so just google it

http://www.google.com/linux
 
Old 08-02-2002, 04:32 AM   #5
kroniq
LQ Newbie
 
Registered: Jun 2002
Posts: 20

Rep: Reputation: 0
Try putting

Option "ZAxisMapping" "4 5"

in your /etc/X11/XF86Config file, under your mouse InputDevice section. I'm not sure if that will solve the problems with a logitech mouse, but it does make a ms intellimouse work perfect.
 
Old 08-02-2002, 05:58 AM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by kroniq
Try putting

Option "ZAxisMapping" "4 5"

in your /etc/X11/XF86Config file, under your mouse InputDevice section.
And change the protocol to "IMPS/2"
Both in the pointer section of /etc/X11/XF86Config
 
Old 08-02-2002, 07:13 PM   #7
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
can you guys give me an example of where and how "EXACTLY" to do this?
 
Old 08-02-2002, 07:25 PM   #8
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Open the file /etc/X11/XF86Config in a text editor (as root) and edit the pointer section, make the changes, save and restart X.
 
Old 08-02-2002, 10:13 PM   #9
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
I do not know how to reference another thread inside of a post. But it is thread ID 24161 that has alot of syntax on the files for the wheel mouse. And feedback on the users that used it. Use the search on "Wheel Mouse" and it is listed as "Scrolling with Logitech Mouse in X"

Maybe the following link will post in here.
http://www.linuxquestions.org/questi...ht=Wheel+Mouse

Cheers!
 
Old 08-04-2002, 12:22 AM   #10
rootman147
Member
 
Registered: May 2002
Location: Hangon...find / -name location
Distribution: Slackware
Posts: 46

Rep: Reputation: 15
To all in linuxquestions.org You guys rule! I have gotten more help here than anywhere else on the net. I have to recommend www.antionline.com for the people here, it is a security website that I also joined...great people there who help out linux noobs...windows people too especially about security. As a matter of fact they first referred me here.
 
Old 08-04-2002, 12:22 AM   #11
rootman147
Member
 
Registered: May 2002
Location: Hangon...find / -name location
Distribution: Slackware
Posts: 46

Rep: Reputation: 15
oh BTW...that last post was because my mouse wheel works now...sorry got caught up in the moment...One more step towards dumping windows.
 
Old 08-04-2002, 03:28 AM   #12
Gameon
Member
 
Registered: Jan 2002
Location: Kuopio, Finland
Distribution: Debian
Posts: 37

Rep: Reputation: 15
Shoot...

Well shoot. It is still not functioning. I added the ZAxisMapping (uncommented it) and changed the protocol yo IMPS/2 as suggested, but it is STILL not working. And I did restart the X-system.

The problem must then be somewhere else I guess... *sigh*
 
Old 08-04-2002, 03:54 AM   #13
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Post the pointer section of your XF86Config Gameon.
 
Old 08-04-2002, 11:35 PM   #14
Gameon
Member
 
Registered: Jan 2002
Location: Kuopio, Finland
Distribution: Debian
Posts: 37

Rep: Reputation: 15
As requested, here is my pointer section.

# Pointer section
# **********************************************************************

Section "Pointer"
Protocol "IMPS/2"
Device "/dev/psaux"

# For wheel support - can not be used with Emulate3Buttons
#
ZAxisMapping 4 5

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Protocol "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice
# BaudRate 9600
# SampleRate 150

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Emulate3Buttons
# Emulate3Timeout 50

# ChordMiddle is an option for some 3-button Logitech mice
# ChordMiddle

EndSection
 
Old 08-05-2002, 12:22 AM   #15
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Gameon: This is Excalibur. Your earlier post stated you were running RH 7.3. Are you running XFree version 3 or 4? The file you posted appears to look more like a version 3 file. I do not know RH very well at all. But if it shipped with both versions of X, and you are running version 4, then you might look for a XF86Config-4 file instead or something similar. You might also look to see if you have a /var/log/XFree86.0.log file. If RH has that file, then it should state the version of X and exactly what config file it is using.

If version 3, I do not have any files available anymore on that platform and my memory is not what it used to be. So I am not much help.

Good Luck.
 
  


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
scrolling the mouse ilnli Slackware 6 01-03-2005 11:42 AM
hard scrolling vs soft scrolling (console) haxcess Linux - General 2 08-30-2004 12:17 AM
Question about scrolling desktop viperjace Linux - Newbie 2 02-06-2004 09:58 AM
Scrolling theoldman Linux - Newbie 0 09-25-2003 10:13 PM
Scrolling after ls... psyklops Linux - General 5 11-30-2002 11:04 AM

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

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