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 - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-31-2004, 11:03 PM   #1
roosofallevil
LQ Newbie
 
Registered: May 2004
Posts: 7

Rep: Reputation: 0
another newbie with a mouse problem


Sorry I have searched the forum and everything I have tried doesnt work. I have an intellimouse USB port wireless 5 button scroll mouse and it will move up and down but not side to side. Nor will the buttons or scroll work. This is the only problem I couldnt fix on my own. This Slackware is something else every one told me a Slackware install was as freindly as a coiled rattle snake B.S. This was one of the easiest most straight forward installs I have ever done. Thanks in advance for any help Goodbye Overclockix hello Slackware 9.1 Roosofallevil
 
Old 06-01-2004, 02:50 AM   #2
gromer
Member
 
Registered: Feb 2003
Location: Germany / Schwetzingen
Distribution: (K)ubuntu, Debian seldom SuSE
Posts: 76

Rep: Reputation: 15
Hey roosofallevil,

I am not very much familiar with Slackware. My suggestion is to download an ISO-Image of Knoppix (ftp://ftp.uni-kl.de/pub/linux/knoppix/) and to see if Knoppix finds your mouse correctly (it normally should. If not you may enter the cheatcode knoppix wheelmouse). In case of success, check the contents of the file /etc/X11/X86FXfree86.config-4 (I am not 100% sure about the path since I write this from work. Furthermore it may not be -4 in Slack).
If you got a windows installation too you may of course check if the mouse works there okay.

Good luck,
Stephan
 
Old 06-01-2004, 03:31 AM   #3
greyhound
LQ Newbie
 
Registered: Aug 2003
Location: Jakarta, Indonesia
Posts: 9

Rep: Reputation: 0
IMHO, you should check your /etc/X11/X86FXfree86.config-4 file as suggested by gromer. Look for a section InputDevice. Find which one your mouse device is (i think it must be /dev/mouse as usual) and edit the protocol from PS/2 to IMPS/2. Also add this line (below the mouse protocol or somewhere else within that section):
Code:
Option "ZAxisMapping" "4 5"
Then restart the X server : # killall X

Last edited by greyhound; 06-01-2004 at 03:38 AM.
 
Old 06-01-2004, 03:53 AM   #4
pevelius
Member
 
Registered: Mar 2004
Location: Tampere, Finland
Distribution: Debian, Familiar, OS X
Posts: 145

Rep: Reputation: 16
sorry, those prolly donīt help. I had the same problem with slack and the only solution i came up with was to rebuild the kernel with built-in support for usb hid devices. if they were loaded as a module, they didnīt work with that particular mouse.

so, follow the sticky kernel rebuild guide and change usb settings.

-Peve
 
Old 06-01-2004, 04:32 AM   #5
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Linux: Five Button Mouse.

Hope this helps.
 
Old 06-01-2004, 09:45 AM   #6
meitnerium
LQ Newbie
 
Registered: May 2004
Posts: 3

Rep: Reputation: 0
7 buittons mouse

I use gentoo as linux distribution,. but I'm pretty sure that my solution can work. First your device section of /etc/X11/XF86config must be:

Section "InputDevice"


Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxismapping" "6 7"


EndSection

You must install imwheel :
http://jcatki.dhs.org/imwheel/

and I you $HOME/.xinitrc (if you launch your X server with startx, or you can add this to your starting script for your X session manager:

xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67" &

Finaly, In $HOME/.imwheelrc :

"(null)"
None, Up, Alt_L|Left ,1
None, Down, Alt_L|Right ,1

"^Mozilla.*"
None, Up, Alt_L|Left ,1
None, Down, Alt_L|Right ,1

(itś work with firefox browser)

Good luck!
 
Old 06-01-2004, 07:23 PM   #7
roosofallevil
LQ Newbie
 
Registered: May 2004
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks I am going to try these ideas saturday thats about the next time I will have time Thank You all foe the help roosofallevil
 
Old 01-02-2006, 10:56 PM   #8
mmcev
LQ Newbie
 
Registered: Jan 2006
Posts: 1

Rep: Reputation: 0
Better late than never.....

For the sake of people who come accross this discussion looking for an answer:

I had this same problem with debian. My solution was to remove the usbmouse module from my modules list (/etc/modules on debian). I guess the mouse is detected through either the evdev module or the mousedev module as well, so the faulty usbmouse module is not needed.
 
Old 01-03-2006, 02:29 PM   #9
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
intellmouse 4 button and wheel

In /etc/X11/xorg.conf or XF86config mouse sexn try
Option "ZAxisMapping" "6 7"
Option "Buttons" "7"
Option "Protocol" "ExplorerPS/2" or "Auto" instead of IMPS/2
Option "Device" "dev/mouse" or /dev/input/mice or /dev/input/mouse
and in /etc/X11/Xmodmap:
pointer = 1236745
For 2buttons and wheel Buttons wd be "5" and ZAxi.. wd be "4 5"

Last edited by lestoil; 01-03-2006 at 02:31 PM.
 
  


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
Newbie Mouse HELP!!! Guts Slackware 25 04-01-2005 04:16 PM
Newbie: Change mouse to wheel mouse (fedore c2) WesleyVH Linux - Newbie 9 10-29-2004 01:36 AM
Newbie mouse issues alt.2600.dave Libranet 2 12-09-2003 03:19 AM
newbie installation problem: no keyboard/mouse input vytlacil Linux - Newbie 0 08-09-2003 06:03 PM
newbie has mouse question...please help. oDin420 Linux - Hardware 1 04-08-2003 08:23 PM

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

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