LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-06-2004, 05:56 PM   #1
ashkan_G
LQ Newbie
 
Registered: Sep 2004
Posts: 19

Rep: Reputation: 0
Mousewheel not working; tried almost anythinkg!! Help!


I know this is an all-time repeating question, but I've read amost all threads that I found and nothing worked out.

Problem:
I have Yoper as my distro and I also own an optical usb wheel mouse. Everything works fine except the wheel. I love the speed and the ease of use.
I've edited the xf86config almost any way you can imagine. Right now my entries are:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse"
Option "Buttons" "7"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "on"
Option "InputFashion" "Mouse"
Option "Name" "Autodetect"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection

I've changed "4 5" to "6 7"; "dev/psaux" to "dev/input/mice" or "dev/usb" or "dev/input/mouse[somenumber]"

I would really, and I mean REALLY, appreciate it if someone could help me out.
 
Old 10-06-2004, 06:27 PM   #2
Samsara
Member
 
Registered: May 2003
Distribution: Ubuntu, Mac OS X Tiger
Posts: 481

Rep: Reputation: 32
What model mouse?
 
Old 10-06-2004, 07:36 PM   #3
ashkan_G
LQ Newbie
 
Registered: Sep 2004
Posts: 19

Original Poster
Rep: Reputation: 0
It's something like "Typhoon FELIX MOUSE".
 
Old 10-06-2004, 08:18 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Does yoper use XF86Config or XF86Config-4
 
Old 10-06-2004, 08:29 PM   #5
ashkan_G
LQ Newbie
 
Registered: Sep 2004
Posts: 19

Original Poster
Rep: Reputation: 0
In the X11 folder there are both XF86Config and XF86Config-4. But XF86Config-4 is a shortcut to XF86Config itself; which ,I think, means they should be the same. Right?!
 
Old 10-06-2004, 09:12 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I edit /etc/X11/XF86Config-4 don't think the other one will change anything.
 
Old 10-06-2004, 09:14 PM   #7
ashkan_G
LQ Newbie
 
Registered: Sep 2004
Posts: 19

Original Poster
Rep: Reputation: 0
When I tried, I checked both of them. They both changed in mine.
Do you know what can I do to fix it?
 
Old 10-06-2004, 09:26 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Try this;
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
save the file before you edit by hand!

Last edited by comprookie2000; 10-06-2004 at 09:28 PM.
 
Old 10-07-2004, 05:24 PM   #9
ashkan_G
LQ Newbie
 
Registered: Sep 2004
Posts: 19

Original Poster
Rep: Reputation: 0
Guesss what? after all those different alterations, my system couldn't boot up Yoper any more. So I had to reinstall Yoper.
Believe it or not, now it works perfectly.
I really appreciate your help though comprookie2000.
This what it looks like now in my xf86config:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "on"
Option "Name" "Autodetection"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

I did all of these yesterday and it didn't work. I don't why.
 
Old 10-07-2004, 08:16 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Glad you got it working!
 
Old 10-09-2004, 06:22 AM   #11
CGameProgrammer
Member
 
Registered: Oct 2004
Distribution: Yoper
Posts: 30

Rep: Reputation: 15
I just installed Yoper a few hours ago, and I too had a non-functioning mousewheel (optical MS IntelliMouse). After reading this thread, I edited the XF86Config file and added exactly one line:

"Option" "ZAxisMapping" "4 5"

Rebooted, and it worked perfectly. So that line is the only change you need to make. I'm sure the '4 5' values can be tweaked... I guess they'd change the sensitivity or something?
 
Old 10-09-2004, 07:35 AM   #12
dmx9595
Member
 
Registered: Jun 2003
Location: Canada,Ontario
Distribution: Debian and Gentoo
Posts: 135

Rep: Reputation: 15
hmm i thought you always hade to use imwheel program to get your mouse wheel to scroll, i have ms intelli explorer and the zmapping would not get my scroll to work i hade to use imwheel everytime i startx with some settings to get it to work, oh well it works ;P
 
  


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
Razer Diamondback mousewheel not working kryptobs2000 Slackware 7 02-28-2005 02:06 PM
Mousewheel isn't working with kernel 2.6 TazG Linux - Hardware 6 06-01-2004 06:30 PM
Mousewheel not working Ringfinger Linux - Newbie 3 04-01-2004 11:24 AM
MouseWheel? MrPolite Linux - General 1 08-25-2002 10:34 PM
How to get Mousewheel working glock19 Linux - General 4 12-18-2001 09:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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